Home
last modified time | relevance | path

Searched defs:tuple_element (Results 1 – 10 of 10) sorted by relevance

/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc182 struct tuple_element<__i, tuple<_Head, _Tail...> > struct
189 struct tuple_element<0, tuple<_Head, _Tail...> > struct
191 typedef _Head type;
195 struct tuple_element<__i, const _Tp> struct
197 typedef const typename tuple_element<__i, _Tp>::type type;
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/
Dunfold_nested_output.cc57 auto tuple_element = tuple_elements[i]; in GetUnfoldElements() local
79 auto tuple_element = tuple_elements[origin_index]; in GetElementsSize() local
/third_party/json/include/nlohmann/detail/iterators/
Diteration_proxy.hpp226 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> // NOLINT(cert-dcl… class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dadjustsaturation_impl.cu121 int tuple_element = input_elements / channel_num; in CalAdjustSaturation() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprim_arrays.cc351 AbstractBasePtrList tuple_element; in InferImplFlattenConcat() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dauto_monad.cc790 const auto &tuple_element = tuple_elements[i]; in GetGraphsFromValueTuple() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp36933 struct tuple_element<__i, const _Tp> struct
36935 typedef typename add_const<__tuple_element_t<__i, _Tp>>::type type;
36939 struct tuple_element<__i, volatile _Tp> struct
36941 typedef typename add_volatile<__tuple_element_t<__i, _Tp>>::type type;
36945 struct tuple_element<__i, const volatile _Tp> struct
36947 typedef typename add_cv<__tuple_element_t<__i, _Tp>>::type type;
36975 struct tuple_element<0, std::pair<_Tp1, _Tp2>> struct
36976 { typedef _Tp1 type; };
36980 struct tuple_element<1, std::pair<_Tp1, _Tp2>> struct
36981 { typedef _Tp2 type; };
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp815 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct
817 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
/third_party/json/single_include/nlohmann/
Djson.hpp5375 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> // NOLINT(cert-dcl… class
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp4482 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class