Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto71 TUPLE = 13; enumerator
637 TUPLE = 2; enumerator
/external/python/cpython2/Lib/
Dpickle.py139 TUPLE = 't' # build tuple from topmost stack items variable
/external/golang-protobuf/proto/test_proto/
Dtest.proto66 TUPLE = 8; enumerator
/external/python/cpython3/Lib/
Dpickle.py148 TUPLE = b't' # build tuple from topmost stack items variable
Dast.py639 TUPLE = auto() variable in _Precedence
/external/python/cpython2/Modules/
DcPickle.c70 #define TUPLE 't' macro
/external/python/cpython3/Modules/
D_pickle.c74 TUPLE = 't', enumerator