Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util_test.cc441 EXPECT_EQ(RepeatedAttrDefHash(a1), RepeatedAttrDefHash(a2)); in ExpectEqual()
448 EXPECT_NE(RepeatedAttrDefHash(a1), RepeatedAttrDefHash(a2)); in ExpectDifferent()
Dop_def_util.h95 uint64 RepeatedAttrDefHash(const protobuf::RepeatedPtrField<OpDef::AttrDef>& a);
Dop_def_util.cc817 uint64 RepeatedAttrDefHash( in RepeatedAttrDefHash() function
858 uint64 h = RepeatedAttrDefHash(o.attr()); in OpDefHash()