Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc545 GraphHasher that_hasher(&that_graph_def, that_root, that->flib_); in CheckFunctionsEqualHelper() local
546 TF_RETURN_IF_ERROR(that_hasher.Init()); in CheckFunctionsEqualHelper()
547 TF_RETURN_IF_ERROR(this_hasher.CheckEqual(&that_hasher)); in CheckFunctionsEqualHelper()