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

  /external/tensorflow/tensorflow/core/framework/
op_def_util.h 79 bool AttrDefEqual(const OpDef::AttrDef& a1, const OpDef::AttrDef& a2);
81 // Returns hash of `a` that is consistent with AttrDefEqual.
96 // Returns hash of `o` that is consistent with AttrDefEqual.
op_def_util_test.cc 357 EXPECT_FALSE(AttrDefEqual(a1, a2));
358 EXPECT_FALSE(AttrDefEqual(a2, a1));
367 EXPECT_TRUE(AttrDefEqual(a, a));
403 EXPECT_TRUE(AttrDefEqual(a, a));
op_def_util.cc 754 bool AttrDefEqual(const OpDef::AttrDef& a1, const OpDef::AttrDef& a2) {
796 if (!AttrDefEqual(*iter->second, def)) return false;

Completed in 95 milliseconds