Searched refs:tensor_shape_value (Results 1 – 3 of 3) sorted by relevance
366 def do_encode(self, tensor_shape_value, encode_fn): argument369 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)),
83 expected_tensor_shape = expected_list.values.add().tensor_shape_value
54 tensorflow.TensorShapeProto tensor_shape_value = 31; field