Searched refs:tensor_protos (Results 1 – 5 of 5) sorted by relevance
238 std::vector<TensorProto> tensor_protos; in WriteTensors() local239 tensor_protos.reserve(num_complex_); in WriteTensors()256 tensor_protos.push_back(std::move(proto)); in WriteTensors()273 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
895 for tensor_proto in execution_proto.tensor_protos:1317 for tensor_proto in debug_event.execution.tensor_protos]
531 execution_proto.tensor_protos.append(tensor_proto)
1996 const ::tensorflow::TensorProto& tensor_protos(int index) const; in Swap()1999 tensor_protos() const; in Swap()4691 inline const ::tensorflow::TensorProto& Execution::tensor_protos(int index) const { in tensor_protos() function4704 Execution::tensor_protos() const { in tensor_protos() function