Searched defs:tuple_element (Results 1 – 10 of 10) sorted by relevance
| /third_party/libabigail/tests/data/test-diff-dwarf/ |
| D | test42-PR21296-clanggcc.cc | 182 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/ |
| D | unfold_nested_output.cc | 57 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/ |
| D | iteration_proxy.hpp | 226 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/ |
| D | adjustsaturation_impl.cu | 121 int tuple_element = input_elements / channel_num; in CalAdjustSaturation() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/ |
| D | prim_arrays.cc | 351 AbstractBasePtrList tuple_element; in InferImplFlattenConcat() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/ |
| D | auto_monad.cc | 790 const auto &tuple_element = tuple_elements[i]; in GetGraphsFromValueTuple() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 36933 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/ |
| D | vulkan.hpp | 815 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/ |
| D | json.hpp | 5375 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> // NOLINT(cert-dcl… class
|
| /third_party/json/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 4482 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class
|