Searched defs:from_object (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/hana/test/type/ |
D | is_valid.cpp | 36 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local 54 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local 72 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local 90 auto from_object = hana::is_valid([](auto&& t) -> decltype(hana::type_c< in main() local 109 auto from_object = hana::is_valid([](auto&& t) -> decltype(hana::template_< in main() local 126 auto from_object = hana::is_valid([](auto&& t) -> decltype(hana::template_< in main() local 148 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local 165 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local
|
/third_party/boost/boost/python/numpy/ |
D | ndarray.hpp | 259 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function 267 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function 279 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function 286 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function
|
/third_party/boost/libs/python/src/numpy/ |
D | ndarray.cpp | 279 ndarray from_object(python::object const & obj, dtype const & dt, int nd_min, int nd_max, ndarray::… in from_object() function 290 ndarray from_object(python::object const & obj, int nd_min, int nd_max, ndarray::bitflag flags) in from_object() function
|
/third_party/boost/libs/python/doc/html/numpy/ |
D | searchindex.js | 1 …"reference/multi_iter","reference/ndarray","reference/unary_ufunc","tutorial/dtype","tutorial/from…
|