Home
last modified time | relevance | path

Searched defs:seq_type (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/fusion/test/sequence/
Diterator.hpp32 typedef FUSION_SEQUENCE<int, char, double, char const*> seq_type; in test() typedef
64 typedef FUSION_SEQUENCE<int, char, double, char const*> const seq_type; in test() typedef
82 typedef FUSION_SEQUENCE<int, char, double, char const*> seq_type; in test() typedef
95 typedef FUSION_SEQUENCE<int, int> seq_type; in test() typedef
107 typedef FUSION_SEQUENCE<int, char, double, char const*> seq_type; in test() typedef
139 typedef FUSION_SEQUENCE<int, char, double, char const*> seq_type; in test() typedef
151 typedef FUSION_SEQUENCE<int, char&> seq_type; in test() typedef
176 typedef FUSION_SEQUENCE<int, char, double, char const*> seq_type; in test() typedef
Dvalue_at.hpp83 typedef FUSION_SEQUENCE<int, float> seq_type; in test() typedef
/third_party/boost/libs/hana/test/_include/support/
Dseq.hpp22 struct seq_type { struct
23 explicit constexpr seq_type(Storage s) : storage(s) { } in seq_type() argument
32 return seq_type<decltype(storage)>(storage); in operator ()() argument
/third_party/boost/libs/fusion/test/algorithm/
Dfind.cpp31 typedef vector<int, char, int, double> seq_type; in main() typedef
47 typedef set<int, char, double> seq_type; in main() typedef
/third_party/boost/boost/fusion/adapted/std_array/detail/
Dend_impl.hpp31 typedef typename remove_const<Sequence>::type seq_type; typedef
/third_party/boost/boost/fusion/adapted/std_tuple/detail/
Dat_impl.hpp32 typedef typename remove_const<Sequence>::type seq_type; typedef
Dend_impl.hpp30 typedef typename remove_const<Sequence>::type seq_type; typedef
/third_party/mindspore/mindspore/core/ops/
Dreverse_sequence.cc65 auto seq_type = input_args[1]->BuildType()->cast<TensorTypePtr>()->element(); in ReverseSequenceInfer() local
/third_party/boost/boost/fusion/view/reverse_view/
Dreverse_view.hpp42 typedef Sequence seq_type; typedef
/third_party/boost/boost/fusion/iterator/
Dbasic_iterator.hpp46 typedef Seq seq_type; typedef
/third_party/mindspore/mindspore/ops/operations/
Dinner_ops.py199 def infer_dtype(self, seq_type, log_type): argument
/third_party/boost/boost/regex/v4/
Dbasic_regex.hpp417 typedef typename traits::string_type seq_type; in basic_regex() typedef
444 typedef typename traits::string_type seq_type; in assign() typedef
/third_party/python/Lib/unittest/
Dcase.py936 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None): argument