Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h290 bool SimplifyCase(GraphDef* optimized_graph, NodeDef* node);
Dconstant_folding.cc2159 SET_AND_RETURN_IF_MODIFIED(SimplifyCase(optimized_graph, node)); in SimplifyNode()
2520 bool ConstantFolding::SimplifyCase(GraphDef* optimized_graph, NodeDef* node) { in SimplifyCase() function in tensorflow::grappler::ConstantFolding
Dconstant_folding_test.cc4159 TEST_F(ConstantFoldingTest, SimplifyCase) { in TEST_F() argument