Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h158 bool PartialConstPropThroughIdentityN(NodeDef* node);
Dconstant_folding.cc2102 SET_AND_RETURN_IF_MODIFIED(PartialConstPropThroughIdentityN(node)); in SimplifyNode()
3559 bool ConstantFolding::PartialConstPropThroughIdentityN(NodeDef* node) { in PartialConstPropThroughIdentityN() function in tensorflow::grappler::ConstantFolding