Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h132 bool ConstantPushDown(GraphDef* optimized_graph, NodeDef* node);
Dconstant_folding.cc1886 if (ConstantPushDown(optimized_graph, node)) { in SimplifyNode()
2806 bool ConstantFolding::ConstantPushDown(GraphDef* optimized_graph, in ConstantPushDown() function in tensorflow::grappler::ConstantFolding