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.cc458 EXPECT_EQ(RepeatedAttrDefHash(a1), RepeatedAttrDefHash(a2)); in ExpectEqual()
465 EXPECT_NE(RepeatedAttrDefHash(a1), RepeatedAttrDefHash(a2)); in ExpectDifferent()
Dop_def_util.h96 uint64 RepeatedAttrDefHash(const protobuf::RepeatedPtrField<OpDef::AttrDef>& a);
Dop_def_util.cc836 uint64 RepeatedAttrDefHash( in RepeatedAttrDefHash() function
877 uint64 h = RepeatedAttrDefHash(o.attr()); in OpDefHash()