Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util_test.cc439 EXPECT_TRUE(RepeatedAttrDefEqual(a1, a2)); in ExpectEqual()
440 EXPECT_TRUE(RepeatedAttrDefEqual(a2, a1)); in ExpectEqual()
446 EXPECT_FALSE(RepeatedAttrDefEqual(a1, a2)); in ExpectDifferent()
447 EXPECT_FALSE(RepeatedAttrDefEqual(a2, a1)); in ExpectDifferent()
Dop_def_util.h91 bool RepeatedAttrDefEqual(const protobuf::RepeatedPtrField<OpDef::AttrDef>& a1,
Dop_def_util.cc797 bool RepeatedAttrDefEqual( in RepeatedAttrDefEqual() function
836 if (!RepeatedAttrDefEqual(o1.attr(), o2.attr())) return false; in OpDefEqual()