Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util_test.cc490 EXPECT_EQ(OpDefHash(o1), OpDefHash(o2)); in ExpectEqual()
496 EXPECT_NE(OpDefHash(o1), OpDefHash(o2)); in ExpectDifferent()
Dop_def_util.h102 uint64 OpDefHash(const OpDef& o);
Dop_def_util.cc857 uint64 OpDefHash(const OpDef& o) { in OpDefHash() function
Dfunction.cc844 uint64 h = OpDefHash(fdef.signature()); in FunctionDefHash()