Home
last modified time | relevance | path

Searched refs:comm_hash (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc128 size_t comm_hash = 0; in ComputeTopoHash() local
133 CombineHash(comm_hash, &hval); in ComputeTopoHash()
134 comm_hash = 0; in ComputeTopoHash()
140 CombineHashCommutative(entry.peer->GetTopoHash(prev), &comm_hash); in ComputeTopoHash()
150 CombineHash(comm_hash, &hval); in ComputeTopoHash()
Dsig_node_test.cc361 size_t comm_hash; in TEST_F() local
363 comm_hash = 0; in TEST_F()
364 CombineHashCommutative(654, &comm_hash); in TEST_F()
365 CombineHashCommutative(987, &comm_hash); in TEST_F()
368 CombineHash(comm_hash, &exp_hash); in TEST_F()
370 comm_hash = 0; in TEST_F()
371 CombineHashCommutative(654, &comm_hash); in TEST_F()
374 CombineHash(comm_hash, &exp_hash); in TEST_F()
376 comm_hash = 0; in TEST_F()
377 CombineHashCommutative(654, &comm_hash); in TEST_F()
[all …]