Home
last modified time | relevance | path

Searched defs:tuple_size (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/tuple/
Dtuple.hpp82 class tuple_size< boost::tuples::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> >: class
87 template<class H, class T> class tuple_size< boost::tuples::cons<H, T> >: class
92 template<> class tuple_size< boost::tuples::null_type >: class
/third_party/mindspore/tests/ut/cpp/operator/
Dcomposite_test.cc94 size_t tuple_size = 6; in TEST_F() local
119 size_t tuple_size = 6; in TEST_F() local
151 size_t tuple_size = 6; in TEST_F() local
177 size_t tuple_size = 6; in TEST_F() local
203 size_t tuple_size = 6; in TEST_F() local
229 size_t tuple_size = 6; in TEST_F() local
309 size_t tuple_size = 3; in TEST_F() local
/third_party/boost/libs/pfr/include/boost/pfr/
Dtuple_size.hpp33 using tuple_size = detail::size_t_< boost::pfr::detail::fields_count<T>() >; typedef
/third_party/boost/boost/pfr/
Dtuple_size.hpp33 using tuple_size = detail::size_t_< boost::pfr::detail::fields_count<T>() >; typedef
/third_party/boost/boost/math/tools/
Dtuple.hpp49 struct tuple_size struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp70 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
/third_party/boost/boost/fusion/tuple/detail/
Dtuple.hpp89 struct tuple_size : result_of::size<Tuple> {}; struct
/third_party/boost/boost/fusion/tuple/
Dtuple.hpp103 struct tuple_size : result_of::size<Tuple> {}; struct
/third_party/json/include/nlohmann/detail/iterators/
Diteration_proxy.hpp164 class tuple_size<::nlohmann::detail::iteration_proxy_value<IteratorType>> class
/third_party/boost/boost/fusion/tuple/detail/preprocessed/
Dtuple10.hpp188 struct tuple_size : result_of::size<Tuple> {}; struct
Dtuple20.hpp328 struct tuple_size : result_of::size<Tuple> {}; struct
Dtuple30.hpp468 struct tuple_size : result_of::size<Tuple> {}; struct
Dtuple40.hpp608 struct tuple_size : result_of::size<Tuple> {}; struct
Dtuple50.hpp748 struct tuple_size : result_of::size<Tuple> {}; struct
/third_party/boost/boost/range/adaptor/
Dindexed.hpp384 struct tuple_size<boost::range::index_value<T, Indexable>>: struct
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dcomposite.cc481 int64_t tuple_size = SizeToLong(args_spec_list.size()); in GenerateFuncGraph() local
893 int64_t tuple_size = SizeToLong(a_tuple->size()); in GenerateFuncGraph() local
945 int64_t tuple_size = SizeToLong(tuple->size()); in GenerateTupleSliceParameter() local
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc595 size_t tuple_size = GetTupleSize(args); in ConvertArgs() local
1164 auto tuple_size = tuple.size(); in DoAutoCastTuple() local
1196 auto tuple_size = tuple.size(); in DoParamMixPrecisionCastTuple() local
1405 auto tuple_size = tuple.size(); in GetInput() local
2307 auto tuple_size = static_cast<int64_t>(tuple.size()); in SetTupleArgsToGraphInfoMap() local
2328 auto tuple_size = static_cast<int64_t>(tuple.size()); in SetTupleItemArgsToGraphInfoMap() local
/third_party/boost/libs/python/src/object/
Dfunction.cpp75 ssize_t tuple_size = num_keywords ? max_arity : 0; in function() local
/third_party/boost/boost/type_erasure/
Dtuple.hpp614 typedef ::boost::mpl::int_<N> tuple_size; typedef in tuple
/third_party/python/Lib/
Dargparse.py584 def format(tuple_size): argument
/third_party/json/single_include/nlohmann/
Djson.hpp3983 class tuple_size<::nlohmann::detail::iteration_proxy_value<IteratorType>> class