Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h240 bool ReplaceReductionWithIdentity(NodeDef* node) const;
Dconstant_folding.cc2811 bool ConstantFolding::ReplaceReductionWithIdentity(NodeDef* node) const { in ReplaceReductionWithIdentity() function in tensorflow::grappler::ConstantFolding
2837 return ReplaceReductionWithIdentity(node); in SimplifyReduction()
2900 return ReplaceReductionWithIdentity(node); in SimplifyReduction()