Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dstruct.proto57 tensorflow.TensorShapeProto tensor_shape_value = 31; 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.cc310 StructuredValue::_Internal::tensor_shape_value(const StructuredValue* msg) { in tensor_shape_value() function in tensorflow::StructuredValue::_Internal
356 … StructuredValue::set_allocated_tensor_shape_value(::tensorflow::TensorShapeProto* tensor_shape_va… in set_allocated_tensor_shape_value()
Dstruct.pb.h2370 inline const ::tensorflow::TensorShapeProto& StructuredValue::tensor_shape_value() const { in tensor_shape_value() function
2385 …lue::unsafe_arena_set_allocated_tensor_shape_value(::tensorflow::TensorShapeProto* tensor_shape_va… in unsafe_arena_set_allocated_tensor_shape_value()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dnested_structure_coder.py358 def do_encode(self, tensor_shape_value, encode_fn): argument