Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtensor_util.py253 def _check_quantized(values): function
260 _ = [_check_quantized(v) for v in values]
297 dtypes.qint16: _check_quantized,
298 dtypes.qint32: _check_quantized,
299 dtypes.qint8: _check_quantized,
300 dtypes.quint16: _check_quantized,
301 dtypes.quint8: _check_quantized,
325 fn = _check_quantized