Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtracked_tfrt_cpu_device_buffer.cc74 bool is_tuple, in TrackedTfrtCpuDeviceBuffer()
83 bool is_tuple, in TrackedTfrtCpuDeviceBuffer()
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Denum_.rs142 let is_tuple = v.fields.iter().any(|f| f.ident.is_none()); in enum_or_error_ffi_converter_impl() localVariable
169 let is_tuple = v.fields.iter().any(|f| f.ident.is_none()); in enum_or_error_ffi_converter_impl() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DLoops.cuh253 template <typename T> struct is_tuple: std::false_type {}; struct
255 template <typename ...T> struct is_tuple<thrust::tuple<T...>>: std::true_type {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.h107 bool is_tuple() const { return is_tuple_; } in is_tuple() function
108 void set_is_tuple(bool is_tuple) { is_tuple_ = is_tuple; } in set_is_tuple()
/aosp_15_r20/external/skia/src/core/
H A DSkEnumerate.h19 template <typename> struct is_tuple : std::false_type {}; struct
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/
Ddata.rs218 pub fn is_tuple(&self) -> bool { in is_tuple() method
386 pub fn is_tuple(self) -> bool { in is_tuple() method
/aosp_15_r20/external/rust/android-crates-io/crates/url/src/
Dorigin.rs70 pub fn is_tuple(&self) -> bool { in is_tuple() method
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python_api/
H A Dxla_shape.py67 def is_tuple(self): member in Shape
/aosp_15_r20/external/python/cpython3/Objects/
Dgenericaliasobject.c371 int is_tuple = PyTuple_Check(item); in _unpack_args() local
437 int is_tuple = PyTuple_Check(item); in _Py_subs_parameters() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dloop_emitter.cc70 llvm::IRBuilder<>* b, bool is_tuple) { in MakeBodyEmitter()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_future.py163 self, annotation, expected=None, drop_parens=False, is_tuple=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_xfeed.cc117 bool is_tuple) { in TransferBuffersFromOutfeedInternal()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dfusion.cpp80 bool is_tuple = [&]() -> bool { in canHandle() local
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py137 def is_tuple(node): function
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dfx_minifier.py20 is_tuple = object() variable
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dtest_util.py32 def is_tuple(self, string): member in Test_is_tuple
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_util.py29 def is_tuple(self, string): member in Test_is_tuple
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dpretty.py398 is_tuple: bool = False variable in Node
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dinvalid_arguments.cpp279 bool is_tuple = PyTuple_Check(arg); in _formattedArgDesc() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dpretty.py398 is_tuple: bool = False variable in Node

12