Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py144 _UNSIGNED_TO_SIGNED_TABLE = { variable
171 unsigned = dtype in _UNSIGNED_TO_SIGNED_TABLE
173 signed_dtype = _UNSIGNED_TO_SIGNED_TABLE[dtype]