Home
last modified time | relevance | path

Searched refs:bounded_tensor_spec_value (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py461 def do_encode(self, bounded_tensor_spec_value, encode_fn): argument
464 encoded_bounded_tensor_spec.bounded_tensor_spec_value.CopyFrom(
466 shape=encode_fn(bounded_tensor_spec_value.shape).tensor_shape_value,
467 dtype=encode_fn(bounded_tensor_spec_value.dtype).tensor_dtype_value,
468 name=bounded_tensor_spec_value.name,
470 bounded_tensor_spec_value.minimum),
472 bounded_tensor_spec_value.maximum)))
479 btsv = value.bounded_tensor_spec_value
Dnested_structure_coder_test.py285 expected_tensor_spec = expected_list.values.add().bounded_tensor_spec_value
308 expected_tensor_spec = expected_list.values.add().bounded_tensor_spec_value
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto65 BoundedTensorSpecProto bounded_tensor_spec_value = 35; field