Searched refs:proto_buffer (Results 1 – 3 of 3) sorted by relevance
623 char proto_buffer[10000]; in TEST_F() local624 io::ArrayOutputStream output_stream(proto_buffer, sizeof(proto_buffer)); in TEST_F()
124 auto proto_buffer = new std::string(); in WriteTensors() local125 proto.SerializeToString(proto_buffer); in WriteTensors()127 *proto_buffer, in WriteTensors()128 [proto_buffer](absl::string_view) { delete proto_buffer; }); in WriteTensors()
879 LogicalBufferProto proto_buffer = value->ToProto(buffer_size_); in ToProto() local880 proto.add_logical_buffers()->Swap(&proto_buffer); in ToProto()