Home
last modified time | relevance | path

Searched refs:AreSerializedProtosEqual (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/lib/strings/
Dproto_serialization.h38 bool AreSerializedProtosEqual(const protobuf::MessageLite& x,
Dproto_serialization_test.cc88 testing::DoNotOptimize(AreSerializedProtosEqual(graph_def_a, graph_def_a)); in BM_AreSerializedProtosEqual()
Dproto_serialization.cc49 bool AreSerializedProtosEqual(const protobuf::MessageLite& x, in AreSerializedProtosEqual() function
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc92 return AreSerializedProtosEqual(lhs_tp, rhs_tp); in AreTensorProtosEqual()
166 return AreSerializedProtosEqual(a, b); in AreAttrValuesEqual()
Dop_def_util.cc854 return AreSerializedProtosEqual(o1_copy, o2_copy); in OpDefEqual()