Searched refs:tensor_protos (Results 1 – 4 of 4) sorted by relevance
222 std::vector<TensorProto> tensor_protos; in WriteTensors() local223 tensor_protos.reserve(num_complex_); in WriteTensors()240 tensor_protos.push_back(std::move(proto)); in WriteTensors()257 tensor_protos[proto_index].SerializeToArray( in WriteTensors()
249 // If specified, must have the same length as tensor_protos.257 repeated TensorProto tensor_protos = 7; field
902 for tensor_proto in execution_proto.tensor_protos:1324 for tensor_proto in debug_event.execution.tensor_protos]
540 execution_proto.tensor_protos.append(tensor_proto)