Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc88 void SigNode::ComputeTopoHash0() { in ComputeTopoHash0() function in tensorflow::grappler::graph_analyzer::SigNode
265 node->ComputeTopoHash0(); in PrepareNodes()
Dsig_node.h170 void ComputeTopoHash0();
Dsig_node_test.cc81 static void ComputeTopoHash0(SigNode* node) { node->ComputeTopoHash0(); } in ComputeTopoHash0() function in tensorflow::grappler::graph_analyzer::test::SigBaseTest
273 TEST_F(SigNodeTest, ComputeTopoHash0) { in TEST_F() argument
295 ComputeTopoHash0(&sn1); in TEST_F()