Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Drow_partition.py854 row_splits=_cast_if_not_none(self._row_splits, dtype),
855 row_lengths=_cast_if_not_none(self._row_lengths, dtype),
856 value_rowids=_cast_if_not_none(self._value_rowids, dtype),
857 nrows=_cast_if_not_none(self._nrows, dtype),
858 uniform_row_length=_cast_if_not_none(self._uniform_row_length, dtype),
1188 def _cast_if_not_none(tensor, dtype): function