Searched refs:_set_shape (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_test.py | 1641 rt1._set_shape(shape) 1665 rt2._set_shape(shape) 1677 rt1._set_shape([2, 3, 1]) 1682 rt2._set_shape([2, 3, 1]) 1689 rt._set_shape([None, None, 5]) 1691 rt._set_shape([None, 5, None]) 1693 rt._set_shape([5, None, None])
|
D | ragged_tensor.py | 1436 def _set_shape(self, shape): member in RaggedTensor 2449 result._set_shape(self._shape) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | table_utils.py | 149 indexed_data._set_shape(inputs.shape) # pylint: disable=protected-access
|