Searched refs:_FilterTuple (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_util.py | 271 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]
|