/third_party/boost/libs/hana/test/type/ |
D | is_valid.cpp | 36 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local 39 BOOST_HANA_CONSTANT_CHECK(from_object(yes{})); in main() 40 BOOST_HANA_CONSTANT_CHECK(hana::not_(from_object(no{}))); in main() 54 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local 57 BOOST_HANA_CONSTANT_CHECK(from_object(yes{})); in main() 58 BOOST_HANA_CONSTANT_CHECK(hana::not_(from_object(no{}))); in main() 72 auto from_object = hana::is_valid([](auto&& t) -> decltype( in main() local 75 BOOST_HANA_CONSTANT_CHECK(from_object(yes{})); in main() 76 BOOST_HANA_CONSTANT_CHECK(hana::not_(from_object(no{}))); in main() 90 auto from_object = hana::is_valid([](auto&& t) -> decltype(hana::type_c< in main() local [all …]
|
/third_party/boost/boost/python/numpy/ |
D | ndarray.hpp | 253 BOOST_NUMPY_DECL ndarray from_object(object const & obj, 259 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function 264 return from_object(obj, dt, nd, nd, flags); in from_object() 267 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function 271 return from_object(obj, dt, 0, 0, flags); in from_object() 274 BOOST_NUMPY_DECL ndarray from_object(object const & obj, 279 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function 283 return from_object(obj, nd, nd, flags); in from_object() 286 BOOST_NUMPY_DECL inline ndarray from_object(object const & obj, in from_object() function 289 return from_object(obj, 0, 0, flags); in from_object()
|
D | ufunc.hpp | 108 ndarray in_array = from_object(input, in_dtype, ndarray::ALIGNED); in call() 110 from_object(output, out_dtype, ndarray::ALIGNED | ndarray::WRITEABLE) in call() 171 ndarray in1_array = from_object(input1, in1_dtype, ndarray::ALIGNED); in call() 172 ndarray in2_array = from_object(input2, in2_dtype, ndarray::ALIGNED); in call() 175 ? from_object(output, out_dtype, ndarray::ALIGNED | ndarray::WRITEABLE) in call()
|
/third_party/boost/libs/python/doc/numpy/reference/ |
D | ndarray.rst | 76 …ndarray from_object(object const & obj, dtype const & dt,int nd_min, int nd_max, ndarray::bitflag … 77 …ndarray from_object(object const & obj, dtype const & dt,int nd, ndarray::bitflag flags=ndarray::N… 78 ndarray from_object(object const & obj, dtype const & dt, ndarray::bitflag flags=ndarray::NONE); 79 …ndarray from_object(object const & obj, int nd_min, int nd_max,ndarray::bitflag flags=ndarray::NON… 80 ndarray from_object(object const & obj, int nd, ndarray::bitflag flags=ndarray::NONE); 81 ndarray from_object(object const & obj, ndarray::bitflag flags=ndarray::NONE) 191 …ndarray from_object(object const & obj, dtype const & dt,int nd_min, int nd_max, ndarray::bitflag … 205 …inline ndarray from_object(object const & obj, dtype const & dt, int nd, ndarray::bitflag flags=nd… 218 …inline ndarray from_object(object const & obj, dtype const & dt, ndarray::bitflag flags=ndarray::N… 230 …ndarray from_object(object const & obj, int nd_min, int nd_max, ndarray::bitflag flags=ndarray::NO… [all …]
|
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/ |
D | ndarray.rst.txt | 76 …ndarray from_object(object const & obj, dtype const & dt,int nd_min, int nd_max, ndarray::bitflag … 77 …ndarray from_object(object const & obj, dtype const & dt,int nd, ndarray::bitflag flags=ndarray::N… 78 ndarray from_object(object const & obj, dtype const & dt, ndarray::bitflag flags=ndarray::NONE); 79 …ndarray from_object(object const & obj, int nd_min, int nd_max,ndarray::bitflag flags=ndarray::NON… 80 ndarray from_object(object const & obj, int nd, ndarray::bitflag flags=ndarray::NONE); 81 ndarray from_object(object const & obj, ndarray::bitflag flags=ndarray::NONE) 191 …ndarray from_object(object const & obj, dtype const & dt,int nd_min, int nd_max, ndarray::bitflag … 205 …inline ndarray from_object(object const & obj, dtype const & dt, int nd, ndarray::bitflag flags=nd… 218 …inline ndarray from_object(object const & obj, dtype const & dt, ndarray::bitflag flags=ndarray::N… 230 …ndarray from_object(object const & obj, int nd_min, int nd_max, ndarray::bitflag flags=ndarray::NO… [all …]
|
/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/example/numpy/ |
D | gaussian.cpp | 257 … bn::from_object(obj, bn::dtype::get_builtin<double>(), N, N, bn::ndarray::V_CONTIGUOUS) in convertible()
|
/third_party/boost/libs/python/doc/html/numpy/ |
D | searchindex.js | 1 …ustom_dtyp:[2,7],form:5,format:7,from:[2,5,7,10],from_data:[5,8,10,12],from_object:5,functor:[1,6]… property
|