Home
last modified time | relevance | path

Searched defs:backend_type (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_interface.c32 DNNModule *ff_get_dnn_module(DNNBackendType backend_type) in ff_get_dnn_module()
/third_party/boost/libs/multiprecision/test/
Dtest_constants.cpp172 typedef typename T::backend_type backend_type; in test() typedef
/third_party/glib/gio/
Dgnotificationbackend.c42 GType backend_type; in g_notification_backend_new_default() local
/third_party/ffmpeg/libavfilter/
Ddnn_filter_common.h31 DNNBackendType backend_type; member
/third_party/boost/libs/multiprecision/test/concepts/
Dnumber_concept_check.cpp155 typedef typename T::backend_type backend_type; in test_extra() typedef
/third_party/boost/boost/multiprecision/cpp_int/
Dliterals.hpp222 …tiprecision::backends::cpp_int_backend<bits, bits, signed_magnitude, unchecked, void> backend_type; typedef
230 …precision::backends::cpp_int_backend<bits, bits, unsigned_magnitude, unchecked, void> backend_type; typedef
Dlimits.hpp167 …oost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> backend_type; typedef in std::numeric_limits
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp414 struct backend_type<number<T, ExpressionTemplates> > struct
416 typedef T type;
420 struct backend_type<expression<tag, A1, A2, A3, A4> > struct
422 typedef typename backend_type<typename expression<tag, A1, A2, A3, A4>::result_type>::type type;
/third_party/boost/boost/multiprecision/
Dnumber.hpp53 typedef Backend backend_type; typedef in boost::multiprecision::number