Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1278 class RemoveRedundantCastStage : public ArithmeticOptimizerStage { class
1280 explicit RemoveRedundantCastStage(const GraphOptimizerContext& ctx, in RemoveRedundantCastStage() function in tensorflow::grappler::__anonbb66c6470111::RemoveRedundantCastStage
1283 ~RemoveRedundantCastStage() override = default;
3562 pipeline.AddStage<RemoveRedundantCastStage>(ctx, ctx_ext); in SimplifyArithmeticOps()