Home
last modified time | relevance | path

Searched defs:is_tuple (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_shape.py74 def is_tuple(self): member in Shape
/external/python/cpython3/Lib/test/
Dtest_future.py133 self, annotation, expected=None, drop_parens=False, is_tuple=False, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h106 bool is_tuple() const { return is_tuple_; } in is_tuple() function
107 void set_is_tuple(bool is_tuple) { is_tuple_ = is_tuple; } in set_is_tuple()
Dhlo.proto381 bool is_tuple = 11; field
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_transfer_manager.cc243 absl::Span<const std::pair<void*, int64>> buffer_data, bool is_tuple) { in TransferBuffersFromOutfeedInternal()
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py137 def is_tuple(node): function
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_util.py32 def is_tuple(self, string): member in Test_is_tuple
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_util.py29 def is_tuple(self, string): member in Test_is_tuple
/external/libxml2/python/
Dlibxml.c3494 int is_tuple = 0; in PyxmlNodeSet_Convert() local
3553 int is_tuple = 0; in PystringSet_Convert() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py530 def is_tuple(self): member in Shape