Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h237 bool ReplaceReductionWithIdentity(NodeDef* node) const;
Dconstant_folding.cc2861 bool ConstantFolding::ReplaceReductionWithIdentity(NodeDef* node) const { in ReplaceReductionWithIdentity() function in tensorflow::grappler::ConstantFolding
2887 return ReplaceReductionWithIdentity(node); in SimplifyReduction()
2950 return ReplaceReductionWithIdentity(node); in SimplifyReduction()
/external/tensorflow/tensorflow/core/transforms/constant_folding/
Dpass.cc1978 Operation *identity_op = ReplaceReductionWithIdentity(rewriter, op); in matchAndRewrite()
2034 Operation *identity_op = ReplaceReductionWithIdentity(rewriter, op); in matchAndRewrite()
2082 Operation *ReplaceReductionWithIdentity(OpBuilder &builder, in ReplaceReductionWithIdentity() function in mlir::tfg::SimplifyReductionOp