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