Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1229 class RemoveRedundantBitcastStage : public ArithmeticOptimizerStage { class
1231 explicit RemoveRedundantBitcastStage( in RemoveRedundantBitcastStage() function in tensorflow::grappler::__anonbb66c6470111::RemoveRedundantBitcastStage
1235 ~RemoveRedundantBitcastStage() override = default;
3560 pipeline.AddStage<RemoveRedundantBitcastStage>(ctx, ctx_ext); in SimplifyArithmeticOps()