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.h293 bool SimplifyCase(GraphDef* optimized_graph, NodeDef* node);
Dconstant_folding.cc2111 SET_AND_RETURN_IF_MODIFIED(SimplifyCase(optimized_graph, node)); in SimplifyNode()
2470 bool ConstantFolding::SimplifyCase(GraphDef* optimized_graph, NodeDef* node) { in SimplifyCase() function in tensorflow::grappler::ConstantFolding
Dconstant_folding_test.cc4154 TEST_F(ConstantFoldingTest, SimplifyCase) { in TEST_F() argument