Home
last modified time | relevance | path

Searched defs:TUPLE (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto71 TUPLE = 13; enumerator
686 TUPLE = 2; enumerator
/external/python/cpython2/Lib/
Dpickle.py139 TUPLE = 't' # build tuple from topmost stack items variable
/external/python/cpython3/Lib/
Dpickle.py148 TUPLE = b't' # build tuple from topmost stack items variable
Dast.py642 TUPLE = auto() variable in _Precedence
/external/python/cpython2/Modules/
DcPickle.c70 #define TUPLE 't' macro
/external/python/cpython3/Modules/
D_pickle.c75 TUPLE = 't', enumerator