/third_party/boost/libs/python/src/numpy/ |
D | dtype.cpp | 113 ((a == dtype::get_builtin<long>() || a == dtype::get_builtin<int>()) && in equivalent() 114 (b == dtype::get_builtin<long>() || b == dtype::get_builtin<int>()) || in equivalent() 115 (a == dtype::get_builtin<unsigned int>() || a == dtype::get_builtin<unsigned long>()) && in equivalent() 116 (b == dtype::get_builtin<unsigned int>() || b == dtype::get_builtin<unsigned long>()))) { in equivalent() 150 return reinterpret_cast<PyArray_Descr*>(dtype::get_builtin<T>().ptr())->typeobj; in get_pytype() 162 if (equivalent(dt, dtype::get_builtin<T>())) in convertible()
|
/third_party/boost/boost/python/numpy/ |
D | ufunc.hpp | 106 dtype in_dtype = dtype::get_builtin<TArgument>(); in call() 107 dtype out_dtype = dtype::get_builtin<TResult>(); in call() 168 dtype in1_dtype = dtype::get_builtin<TArgument1>(); in call() 169 dtype in2_dtype = dtype::get_builtin<TArgument2>(); in call() 170 dtype out_dtype = dtype::get_builtin<TResult>(); in call()
|
D | dtype.hpp | 47 template <typename T> static dtype get_builtin(); 109 inline dtype dtype::get_builtin() { return detail::builtin_dtype<T>::get(); } in get_builtin() function in boost::python::numpy::dtype
|
D | invoke_matching.hpp | 42 if (dtype::get_builtin<T>() == m_dtype) in operator ()() 64 if (dtype::get_builtin<T>() == m_dtype) in operator ()()
|
/third_party/boost/libs/python/doc/numpy/reference/ |
D | dtype.rst | 35 template <typename T> static dtype get_builtin(); 65 template <typename T> static dtype get_builtin(); 89 np::dtype dtype = np::dtype::get_builtin<double>();
|
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/ |
D | dtype.rst.txt | 35 template <typename T> static dtype get_builtin(); 65 template <typename T> static dtype get_builtin(); 89 np::dtype dtype = np::dtype::get_builtin<double>();
|
/third_party/boost/libs/python/example/numpy/ |
D | ndarray.cpp | 37 np::dtype dt = np::dtype::get_builtin<int>(); in main() 60 np::dtype dt1 = np::dtype::get_builtin<uint8_t>(); in main()
|
D | wrap.cpp | 52 if (array.get_dtype() != np::dtype::get_builtin<double>()) { in wrap_fill1() 83 if (array.get_dtype() != np::dtype::get_builtin<double>()) { in wrap_fill2()
|
D | gaussian.cpp | 183 bn::dtype::get_builtin<double>(), in py_get_mu() 193 bn::dtype::get_builtin<double>(), in py_get_sigma() 257 … bn::from_object(obj, bn::dtype::get_builtin<double>(), N, N, bn::ndarray::V_CONTIGUOUS) in convertible()
|
D | simple.cpp | 21 np::dtype dtype = np::dtype::get_builtin<float>(); in main()
|
D | dtype.cpp | 30 np::dtype dtype = np::dtype::get_builtin<double>(); in main()
|
D | fromdata.cpp | 27 …np::ndarray py_array = np::from_data(arr, np::dtype::get_builtin<int>() , p::make_tuple(4), p::mak… in main()
|
D | ufunc.cpp | 57 …np::ndarray demo_array = np::from_data(arr, np::dtype::get_builtin<int>() , p::make_tuple(4), p::m… in main()
|
/third_party/boost/libs/python/doc/numpy/tutorial/ |
D | dtype.rst | 19 Next, we create the shape and dtype. We use the get_builtin method to get the numpy dtype correspon… 23 np::dtype dtype = np::dtype::get_builtin<double>();
|
D | ndarray.rst | 35 np::dtype dt = np::dtype::get_builtin<int>(); 79 np::dtype dt1 = np::dtype::get_builtin<uint8_t>();
|
D | simple.rst | 25 np::dtype dtype = np::dtype::get_builtin<float>();
|
D | fromdata.rst | 23 np::ndarray py_array = np::from_data(arr, np::dtype::get_builtin<int>(),
|
D | ufunc.rst | 62 np::ndarray demo_array = np::from_data(arr, np::dtype::get_builtin<int>(),
|
/third_party/boost/libs/python/doc/html/numpy/_sources/tutorial/ |
D | dtype.rst.txt | 19 Next, we create the shape and dtype. We use the get_builtin method to get the numpy dtype correspon… 23 np::dtype dtype = np::dtype::get_builtin<double>();
|
D | ndarray.rst.txt | 35 np::dtype dt = np::dtype::get_builtin<int>(); 79 np::dtype dt1 = np::dtype::get_builtin<uint8_t>();
|
D | simple.rst.txt | 25 np::dtype dtype = np::dtype::get_builtin<float>();
|
D | fromdata.rst.txt | 23 np::ndarray py_array = np::from_data(arr, np::dtype::get_builtin<int>(),
|
D | ufunc.rst.txt | 62 np::ndarray demo_array = np::from_data(arr, np::dtype::get_builtin<int>(),
|
/third_party/boost/libs/python/test/numpy/ |
D | dtype.cpp | 15 return np::dtype::get_builtin<T>(); in accept()
|
/third_party/boost/libs/python/doc/html/numpy/ |
D | searchindex.js | 1 …object:5,functor:[1,6],gener:[2,4,5,10,12],get:[2,7,8,10,11],get_bas:5,get_builtin:[2,5,7,8,10,11,… property
|