HomeSort by relevance Sort by last modified time
    Searched refs:RepeatedAttrDefEqual (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
op_def_util.h 86 bool RepeatedAttrDefEqual(const protobuf::RepeatedPtrField<OpDef::AttrDef>& a1,
89 // Returns hash of `a` that is consistent with RepeatedAttrDefEqual
op_def_util_test.cc 439 EXPECT_TRUE(RepeatedAttrDefEqual(a1, a2));
440 EXPECT_TRUE(RepeatedAttrDefEqual(a2, a1));
446 EXPECT_FALSE(RepeatedAttrDefEqual(a1, a2));
447 EXPECT_FALSE(RepeatedAttrDefEqual(a2, a1));
op_def_util.cc 783 bool RepeatedAttrDefEqual(
822 if (!RepeatedAttrDefEqual(o1.attr(), o2.attr())) return false;

Completed in 69 milliseconds