Searched refs:AreSerializedProtosEqual (Results 1 – 5 of 5) sorted by relevance
38 bool AreSerializedProtosEqual(const protobuf::MessageLite& x,
88 testing::DoNotOptimize(AreSerializedProtosEqual(graph_def_a, graph_def_a)); in BM_AreSerializedProtosEqual()
49 bool AreSerializedProtosEqual(const protobuf::MessageLite& x, in AreSerializedProtosEqual() function
92 return AreSerializedProtosEqual(lhs_tp, rhs_tp); in AreTensorProtosEqual()166 return AreSerializedProtosEqual(a, b); in AreAttrValuesEqual()
854 return AreSerializedProtosEqual(o1_copy, o2_copy); in OpDefEqual()