Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1845 class RemoveRedundantReshape : public ArithmeticOptimizerStage { class
1847 explicit RemoveRedundantReshape(const GraphOptimizerContext& ctx, in RemoveRedundantReshape() function in tensorflow::grappler::__anonbb66c6470111::RemoveRedundantReshape
1850 ~RemoveRedundantReshape() override = default;
3564 pipeline.AddStage<RemoveRedundantReshape>(ctx, ctx_ext); in SimplifyArithmeticOps()