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.cc91 testing::DoNotOptimize(AreSerializedProtosEqual(graph_def_a, graph_def_a)); in BM_AreSerializedProtosEqual()
Dproto_serialization.cc79 bool AreSerializedProtosEqual(const protobuf::MessageLite& x, in AreSerializedProtosEqual() function
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc94 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()
Dop_def_util.cc873 return AreSerializedProtosEqual(o1_copy, o2_copy); in OpDefEqual()