Home
last modified time | relevance | path

Searched refs:HoistCommonFactorOutOfAggregation (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc700 class HoistCommonFactorOutOfAggregation : public ArithmeticOptimizerStage { class
702 explicit HoistCommonFactorOutOfAggregation( in HoistCommonFactorOutOfAggregation() function in tensorflow::grappler::__anon327bfa1e0111::HoistCommonFactorOutOfAggregation
706 ~HoistCommonFactorOutOfAggregation() override = default;
3690 pipeline.AddStage<HoistCommonFactorOutOfAggregation>(ctx, ctx_ext); in SimplifyArithmeticOps()