Home
last modified time | relevance | path

Searched refs:CombineHashCommutative (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dhash_tools_test.cc29 TEST(HashToolsTest, CombineHashCommutative) { in TEST() argument
34 CombineHashCommutative(b, &c); in TEST()
37 CombineHashCommutative(a, &d); in TEST()
Dhash_tools.h39 inline void CombineHashCommutative(size_t from, size_t* to) { in CombineHashCommutative() function
Dsig_node_test.cc364 CombineHashCommutative(654, &comm_hash); in TEST_F()
365 CombineHashCommutative(987, &comm_hash); in TEST_F()
371 CombineHashCommutative(654, &comm_hash); in TEST_F()
377 CombineHashCommutative(654, &comm_hash); in TEST_F()
378 CombineHashCommutative(987, &comm_hash); in TEST_F()
Dsig_node.cc140 CombineHashCommutative(entry.peer->GetTopoHash(prev), &comm_hash); in ComputeTopoHash()