Searched refs:_cast_if_not_none (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | row_partition.py | 981 row_splits=_cast_if_not_none(self._row_splits, dtype), 982 row_lengths=_cast_if_not_none(self._row_lengths, dtype), 983 value_rowids=_cast_if_not_none(self._value_rowids, dtype), 984 nrows=_cast_if_not_none(self._nrows, dtype), 985 uniform_row_length=_cast_if_not_none(self._uniform_row_length, dtype), 1401 def _cast_if_not_none(tensor, dtype): function
|