Home
last modified time | relevance | path

Searched defs:test_apply (Results 1 – 25 of 125) sorted by relevance

12345

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/outcome/experimental/status-code/
H A Dstatus_code_domain.hpp152 assert(dest->_thunk == _checking_string_thunk); // NOLINT
153 assert(src == nullptr || src->_thunk == _checking_string_thunk); // NOLINT
159 //! Pointers to beginning and end of character range
/dports/www/py-google-api-core/google-api-core-2.2.2/tests/unit/
H A Dtest_timeout.py58 def test_apply(self): member in TestConstantTimeout
108 def test_apply(self): member in TestExponentialTimeout
/dports/misc/tvm/incubator-tvm-0.6.1/topi/tests/python/
H A Dtest_topi_basic.py33 def test_apply(func, name): function
H A Dtest_topi_broadcast.py234 def test_apply( function
274 def test_apply( function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/topi/python/
H A Dtest_topi_basic.py34 def test_apply(func, name): function
H A Dtest_topi_broadcast.py293 def test_apply( function
330 def test_apply( function
368 def test_apply( function
H A Dtest_topi_math.py36 def test_apply( function
201 def test_apply(func, name, f_numpy, low, high, step, dtype="float32"): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/tests/python/
H A Dtest_topi_basic.py33 def test_apply(func, name): function
H A Dtest_topi_broadcast.py234 def test_apply( function
274 def test_apply( function
/dports/devel/boost-docs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstatus_code.hpp104 template <template <class...> class T, class types, class = void> struct test_apply struct
106 using type = void;
108 …template <template <class...> class T, class... Ts> struct test_apply<T, types<Ts...>, void_t<T<Ts… struct
110 using type = T<Ts...>;
113 …template <template <class...> class T, class... Ts> using test_apply = impl::test_apply<T, impl::t… typedef
/dports/devel/boost-python-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstatus_code.hpp104 template <template <class...> class T, class types, class = void> struct test_apply struct
106 using type = void;
108 …template <template <class...> class T, class... Ts> struct test_apply<T, types<Ts...>, void_t<T<Ts… struct
110 using type = T<Ts...>;
113 …template <template <class...> class T, class... Ts> using test_apply = impl::test_apply<T, impl::t… typedef
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/outcome/experimental/status-code/
H A Dstatus_code.hpp149 template <template <class...> class T, class types, class = void> struct test_apply struct
151 using type = void;
153 …template <template <class...> class T, class... Ts> struct test_apply<T, types<Ts...>, void_t<T<Ts… struct
155 using type = T<Ts...>;
158 …template <template <class...> class T, class... Ts> using test_apply = impl::test_apply<T, impl::t… typedef
/dports/devel/boost-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstatus_code.hpp104 template <template <class...> class T, class types, class = void> struct test_apply struct
106 using type = void;
108 …template <template <class...> class T, class... Ts> struct test_apply<T, types<Ts...>, void_t<T<Ts… struct
110 using type = T<Ts...>;
113 …template <template <class...> class T, class... Ts> using test_apply = impl::test_apply<T, impl::t… typedef
/dports/devel/hyperscan/boost_1_75_0/boost/outcome/experimental/status-code/
H A Dstatus_code.hpp149 template <template <class...> class T, class types, class = void> struct test_apply struct
151 using type = void;
153 …template <template <class...> class T, class... Ts> struct test_apply<T, types<Ts...>, void_t<T<Ts… struct
155 using type = T<Ts...>;
158 …template <template <class...> class T, class... Ts> using test_apply = impl::test_apply<T, impl::t… typedef
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_op_fast_math.py29 def test_apply(relay_op, name, f_numpy, low, high, step, dtype="float32"): function
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_policy_spamassassin.py72 def test_apply(self): member in TestSpamAssassin
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_orientations.py110 def test_apply(): function
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/test/
H A Dtest_delta.rb140 def test_apply method in SvnDeltaTest
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/test/
H A Dtest_delta.rb140 def test_apply method in SvnDeltaTest
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/test/
H A Dtest_delta.rb140 def test_apply method in SvnDeltaTest
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/test/
H A Dtest_delta.rb140 def test_apply method in SvnDeltaTest
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/weights/tests/
H A Dtest_adjlist.py77 def test_apply(self): member in Test_Adjlist
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_orientations.py124 def test_apply(): function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/
H A Dtest_groupby_dropna.py243 expected = pd.DataFrame(outputs, index=mi)
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/tests/
H A Dtest_owpolynomialregression.py187 def test_apply(self): member in TestOWPolynomialRegression

12345