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.py366 def do_encode(self, tensor_shape_value, encode_fn): argument
369 encoded_tensor_shape.tensor_shape_value.CopyFrom(
370 tensor_shape_value.as_proto())
378 return tensor_shape.TensorShape(value.tensor_shape_value)
417 shape=encode_fn(tensor_spec_value.shape).tensor_shape_value,
429 tensor_shape_value=value.tensor_spec_value.shape)),
Dnested_structure_coder_test.py83 expected_tensor_shape = expected_list.values.add().tensor_shape_value
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto54 tensorflow.TensorShapeProto tensor_shape_value = 31; field