Home
last modified time | relevance | path

Searched defs:is_sequence (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dis_sequence.hpp64 struct is_sequence struct
102 template<> struct is_sequence<int> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dis_resizeable.cpp47 template< typename T > struct is_sequence< my_seq1< T > > : boost::true_type {}; struct
48 template< typename T > struct is_sequence< my_seq2< T > > : boost::true_type {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dis_sequence.rst3 is_sequence title
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/
Dis_sequence.hpp61 struct is_sequence struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/
Dparser_traits.hpp113 struct is_sequence { struct
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_util.py14 def is_sequence(seq): function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/string/
Dsymbols.hpp75 typedef typename fusion::traits::is_sequence<T>::type is_sequence; in call() typedef
128 typedef typename fusion::traits::is_sequence<T>::type is_sequence; in call() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/value/
Dmod.rs482 pub fn is_sequence(&self) -> bool { in is_sequence() method
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dnest.py348 def is_sequence(seq): function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining_generator_v1.py365 def _validate_arguments(is_sequence, is_dataset, use_multiprocessing, workers, argument
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Dminpybind.h345 bool is_sequence(handle h) { in is_sequence() function
H A Ddim.cpp2282 bool is_sequence = extractIndices(A, index, input); in getsetitem() local