Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h195 bool ConstantPushDown(GraphProperties* properties, GraphDef* optimized_graph,
Dconstant_folding.cc2099 ConstantPushDown(properties, optimized_graph, node)); in SimplifyNode()
3285 bool ConstantFolding::ConstantPushDown(GraphProperties* properties, in ConstantPushDown() function in tensorflow::grappler::ConstantFolding
Dconstant_folding_test.cc458 TEST_F(ConstantFoldingTest, ConstantPushDown) { in TEST_F() argument