Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dstruct.proto65 BoundedTensorSpecProto bounded_tensor_spec_value = 35; 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.cc322 StructuredValue::_Internal::bounded_tensor_spec_value(const StructuredValue* msg) { in bounded_tensor_spec_value() function in tensorflow::StructuredValue::_Internal
410 …lue::set_allocated_bounded_tensor_spec_value(::tensorflow::BoundedTensorSpecProto* bounded_tensor_… in set_allocated_bounded_tensor_spec_value()
Dstruct.pb.h2630 inline const ::tensorflow::BoundedTensorSpecProto& StructuredValue::bounded_tensor_spec_value() con… in bounded_tensor_spec_value() function
2645 …rena_set_allocated_bounded_tensor_spec_value(::tensorflow::BoundedTensorSpecProto* bounded_tensor_… in unsafe_arena_set_allocated_bounded_tensor_spec_value()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dnested_structure_coder.py431 def do_encode(self, bounded_tensor_spec_value, encode_fn): argument