Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dsnapshot_utils.cc238 std::vector<TensorProto> tensor_protos; in WriteTensors() local
239 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Ddebug_event.proto249 // If specified, must have the same length as tensor_protos.
257 repeated TensorProto tensor_protos = 7; field
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_events_reader.py895 for tensor_proto in execution_proto.tensor_protos:
1317 for tensor_proto in debug_event.execution.tensor_protos]
H A Ddumping_callback.py531 execution_proto.tensor_protos.append(tensor_proto)
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Ddebug_event.pb.h1996 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() function
4704 Execution::tensor_protos() const { in tensor_protos() function