Searched refs:_FilterInt (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_util.py | 284 def _FilterInt(v): function 286 return _FirstNotNone([_FilterInt(x) for x in v]) 331 dtypes.int16: [_FilterInt], 332 dtypes.int32: [_FilterInt], 333 dtypes.int64: [_FilterInt], 334 dtypes.int8: [_FilterInt], 335 dtypes.qint16: [_FilterInt, _FilterTuple], 336 dtypes.qint32: [_FilterInt, _FilterTuple], 337 dtypes.qint8: [_FilterInt, _FilterTuple], 338 dtypes.quint16: [_FilterInt, _FilterTuple], [all …]
|