Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtensor_util.py271 def _FilterTuple(v): function
281 return _FirstNotNone([_FilterTuple(x) for x in v])
335 dtypes.qint16: [_FilterInt, _FilterTuple],
336 dtypes.qint32: [_FilterInt, _FilterTuple],
337 dtypes.qint8: [_FilterInt, _FilterTuple],
338 dtypes.quint16: [_FilterInt, _FilterTuple],
339 dtypes.quint8: [_FilterInt, _FilterTuple],
363 fn_list = [_FilterInt, _FilterTuple]