Searched refs:a_proto (Results 1 – 3 of 3) sorted by relevance
110 for a_proto in "${CORE_PROTO_FILES[@]}" ; do111 compile_proto "${a_proto}"122 for a_proto in "${OBJC_PROTO_FILES[@]}" ; do123 compile_proto --proto_path="objectivec/Tests" "${a_proto}"
66 TensorProto a_proto, b_proto; in operator ==() local67 a_data.tensors(i).AsProtoTensorContent(&a_proto); in operator ==()70 a_proto.SerializeToString(&a_str); in operator ==()
203 a_proto = proto_type()210 a_proto.ParseFromString(a_value_item)212 tester.assertProtoEquals(a_proto, b_proto)