Searched refs:AreSerializedProtosEqual (Results 1 – 5 of 5) sorted by relevance
38 bool AreSerializedProtosEqual(const protobuf::MessageLite& x,
91 testing::DoNotOptimize(AreSerializedProtosEqual(graph_def_a, graph_def_a)); in BM_AreSerializedProtosEqual()
79 bool AreSerializedProtosEqual(const protobuf::MessageLite& x, in AreSerializedProtosEqual() function
94 return AreSerializedProtosEqual(lhs_tp, rhs_tp); in AreTensorProtosEqual()115 return AreSerializedProtosEqual(lhs, rhs); in FastAreTensorProtosEqual()123 if (large_expansion && AreSerializedProtosEqual(lhs, rhs)) { in FastAreTensorProtosEqual()189 return AreSerializedProtosEqual(a, b); in AreAttrValuesEqual()
873 return AreSerializedProtosEqual(o1_copy, o2_copy); in OpDefEqual()