Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test.py1641 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])
Dragged_tensor.py1436 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/
Dtable_utils.py149 indexed_data._set_shape(inputs.shape) # pylint: disable=protected-access