Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec_test.py40 [1, None, 2, 3], input_spec.to_tensor_shape(spec).as_list())
45 [None] * 5, input_spec.to_tensor_shape(spec).as_list())
49 [], input_spec.to_tensor_shape(spec).as_list())
53 [None, 3, 2], input_spec.to_tensor_shape(spec).as_list())
58 input_spec.to_tensor_shape(spec).as_list()
62 input_spec.to_tensor_shape(spec).as_list()
Dinput_spec.py136 def to_tensor_shape(spec): function
286 return tensor_spec.TensorSpec(to_tensor_shape(input_spec), dtype)
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_to_tensor_op_test.py486 self, input_shape, to_tensor_shape, expected_shape): argument
489 recovered_tensor = ragged_from_tensor.to_tensor(shape=to_tensor_shape)