Home
last modified time | relevance | path

Searched defs:tensor_spec_value (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dstruct.proto61 TensorSpecProto tensor_spec_value = 33; field
/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/
Dstruct.pb.cc314 StructuredValue::_Internal::tensor_spec_value(const StructuredValue* msg) { in tensor_spec_value() function in tensorflow::StructuredValue::_Internal
380 …id StructuredValue::set_allocated_tensor_spec_value(::tensorflow::TensorSpecProto* tensor_spec_val… in set_allocated_tensor_spec_value()
Dstruct.pb.h2482 inline const ::tensorflow::TensorSpecProto& StructuredValue::tensor_spec_value() const { in tensor_spec_value() function
2497 …Value::unsafe_arena_set_allocated_tensor_spec_value(::tensorflow::TensorSpecProto* tensor_spec_val… in unsafe_arena_set_allocated_tensor_spec_value()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dnested_structure_coder.py401 def do_encode(self, tensor_spec_value, encode_fn): argument