Home
last modified time | relevance | path

Searched defs:ReplaceReductionWithIdentity (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc2082 Operation *ReplaceReductionWithIdentity(OpBuilder &builder, in ReplaceReductionWithIdentity() function in mlir::tfg::SimplifyReductionOp
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc2861 bool ConstantFolding::ReplaceReductionWithIdentity(NodeDef* node) const { in ReplaceReductionWithIdentity() function in tensorflow::grappler::ConstantFolding