tensorflow / model-optimization

A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
https://www.tensorflow.org/model_optimization
Apache License 2.0
1.48k stars 320 forks source link

Redirect references from `control_flow_ops.cond` to `cond.cond`. #1049

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Redirect references from control_flow_ops.cond to cond.cond.

This is to ultimately remove the circular dependencies that pass from control_flow_ops.py to cond_v2.py.