Home
last modified time | relevance | path

Searched defs:tuple (Results 126 – 150 of 799) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation_test.cc262 auto tuple = builder.AddInstruction( in TEST_F() local
309 auto tuple = builder.AddInstruction( in TEST_F() local
386 auto tuple = in TEST_F() local
H A Dbatchnorm_expander.cc267 auto tuple = HloInstruction::CreateTuple({shifted_normalized, mean, var}); in HandleBatchNormTraining() local
535 auto tuple = in HandleBatchNormGrad() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp4 template<typename...> struct tuple { }; struct
278 template<typename...> struct tuple {}; struct
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.cpp70 THPObjectPtr tuple(PyTuple_New(static_cast<Py_ssize_t>(num_outputs))); in THPCppFunction_call() local
141 THPObjectPtr tuple(PyTuple_New(2)); in THPCppFunction_next_functions() local
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c898 PyObject *tuple, *num; in test_L_code() local
1190 PyObject *tuple, *num; in test_k_code() local
1655 PyObject *tuple, *obj; in test_u_code() local
1776 PyObject *tuple, *dict = NULL; in test_empty_argparse() local
1875 PyObject *tuple = PyTuple_Pack(2, o1, o2); in test_null_strings() local
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c37 intern_strings(PyObject *tuple) in intern_strings()
55 intern_string_constants(PyObject *tuple, int *modified) in intern_string_constants()
2129 PyObject *tuple; in _PyCode_ConstantKey() local
2157 PyObject *tuple, *set; in _PyCode_ConstantKey() local
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp772 auto tuple = six::isTuple(obj); in is_scalar_list() local
793 auto tuple = six::isTuple(obj); in is_tensor_list_and_append_overloaded() local
820 auto tuple = six::isTuple(obj); in is_float_or_complex_list() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp173 template <typename ... Args> struct tuple {}; struct
184 template <typename ... Args> struct tuple {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening_test.cc264 auto tuple = module->entry_computation()->root_instruction(); in TEST_F() local
286 auto tuple = module->entry_computation()->root_instruction(); in TEST_F() local
/aosp_15_r20/external/executorch/extension/pytree/
H A Dpybindings.cpp126 py::tuple tuple = py::reinterpret_borrow<py::tuple>(x); in flatten_internal() local
188 py::tuple tuple(size); in unflatten_internal() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dcompiler.h1034 #define bi_foreach_instr_in_tuple(tuple, v) \ argument
1059 #define bi_foreach_instr_and_src_in_tuple(tuple, ins, s) \ argument
1313 bi_first_instr_in_tuple(bi_tuple *tuple) in bi_first_instr_in_tuple()
1329 bi_tuple tuple = clause->tuples[clause->tuple_count - 1]; in bi_last_instr_in_clause() local
1366 bi_before_tuple(bi_tuple *tuple) in bi_before_tuple()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/
Dtuple.h23 class _LIBCPP_TEMPLATE_VIS tuple; variable
/aosp_15_r20/external/clang/test/Index/
H A Dusrs-cxx0x.cpp2 struct tuple { }; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/
H A Dtuple.h27 class _LIBCPP_TEMPLATE_VIS tuple; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/
Dtuple.h27 class _LIBCPP_TEMPLATE_VIS tuple; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/
Dtuple.h27 class _LIBCPP_TEMPLATE_VIS tuple; variable
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
H A DResolverTupleTest.java23 ResolverTuple tuple = new ResolverTuple(new Tag("dice"), Pattern.compile("\\d+"), 5); in testToString() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/parser/
H A DVersionTagsTupleTest.java23 VersionTagsTuple tuple = new VersionTagsTuple(Version.V1_1, new HashMap<String, String>()); in testToString() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dtuple.h27 class _LIBCPP_TEMPLATE_VIS tuple; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dtuple.h27 class _LIBCPP_TEMPLATE_VIS tuple; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/tuple/
Dpush_front.hpp22 # define BOOST_PP_TUPLE_PUSH_FRONT(tuple, elem) \ argument
Dpush_back.hpp22 # define BOOST_PP_TUPLE_PUSH_BACK(tuple, elem) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/tuple/detail/
Dis_single_return.hpp23 # define BOOST_PP_TUPLE_IS_SINGLE_RETURN(sr,nsr,tuple) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/fusion/
Dat.hpp39 at_c(Tuple const& tuple) in at_c()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DMathTest.java2006 Tuple tuple = TUPLES[i]; in test_shiftIntBits_II() local
2052 Tuple tuple = TUPLES[i]; in test_shiftLongBits_LL() local

12345678910>>...32