Searched defs:get_dtype (Results 1 – 4 of 4) sorted by relevance
183 dtype ndarray::get_dtype() const in get_dtype() function in boost::python::numpy::ndarray
114 const int get_dtype() const { return dtype; } in get_dtype() function
24 get_dtype = P.DType() variable
5299 def get_dtype(x): function