Home
last modified time | relevance | path

Searched refs:tensor_protos (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.cc222 std::vector<TensorProto> tensor_protos; in WriteTensors() local
223 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()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto249 // If specified, must have the same length as tensor_protos.
257 repeated TensorProto tensor_protos = 7; field
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py902 for tensor_proto in execution_proto.tensor_protos:
1324 for tensor_proto in debug_event.execution.tensor_protos]
Ddumping_callback.py540 execution_proto.tensor_protos.append(tensor_proto)