Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2384 class FoldConjugateIntoTranspose : public ArithmeticOptimizerStage { class
2386 explicit FoldConjugateIntoTranspose(const GraphOptimizerContext& ctx, in FoldConjugateIntoTranspose() function in tensorflow::grappler::__anon327bfa1e0111::FoldConjugateIntoTranspose
2389 ~FoldConjugateIntoTranspose() override = default;
3684 pipeline.AddStage<FoldConjugateIntoTranspose>(ctx, ctx_ext); in SimplifyArithmeticOps()