Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py379 def do_encode(self, tensor_shape_value, encode_fn): argument
382 encoded_tensor_shape.tensor_shape_value.CopyFrom(
383 tensor_shape_value.as_proto())
391 return tensor_shape.TensorShape(value.tensor_shape_value)
432 shape=encode_fn(tensor_spec_value.shape).tensor_shape_value,
445 tensor_shape_value=value.tensor_spec_value.shape)),
466 shape=encode_fn(bounded_tensor_spec_value.shape).tensor_shape_value,
483 struct_pb2.StructuredValue(tensor_shape_value=btsv.shape)),
Dnested_structure_coder_test.py89 expected_tensor_shape = expected_list.values.add().tensor_shape_value
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto57 tensorflow.TensorShapeProto tensor_shape_value = 31; field