Home
last modified time | relevance | path

Searched refs:a_proto (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh110 for a_proto in "${CORE_PROTO_FILES[@]}" ; do
111 compile_proto "${a_proto}"
122 for a_proto in "${OBJC_PROTO_FILES[@]}" ; do
123 compile_proto --proto_path="objectivec/Tests" "${a_proto}"
/external/tensorflow/tensorflow/core/framework/
Dtensor_test.cc66 TensorProto a_proto, b_proto; in operator ==() local
67 a_data.tensors(i).AsProtoTensorContent(&a_proto); in operator ==()
70 a_proto.SerializeToString(&a_str); in operator ==()
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py203 a_proto = proto_type()
210 a_proto.ParseFromString(a_value_item)
212 tester.assertProtoEquals(a_proto, b_proto)