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.py431 def do_encode(self, bounded_tensor_spec_value, encode_fn): argument
434 encoded_bounded_tensor_spec.bounded_tensor_spec_value.CopyFrom(
436 shape=encode_fn(bounded_tensor_spec_value.shape).tensor_shape_value,
437 dtype=encode_fn(bounded_tensor_spec_value.dtype).tensor_dtype_value,
438 name=bounded_tensor_spec_value.name,
440 bounded_tensor_spec_value.minimum),
442 bounded_tensor_spec_value.maximum)))
449 btsv = value.bounded_tensor_spec_value
Dnested_structure_coder_test.py374 expected_tensor_spec = expected_list.values.add().bounded_tensor_spec_value
397 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