Home
last modified time | relevance | path

Searched defs:get_dtype (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/python/src/numpy/
Dndarray.cpp183 dtype ndarray::get_dtype() const in get_dtype() function in boost::python::numpy::ndarray
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.h114 const int get_dtype() const { return dtype; } in get_dtype() function
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_implementations.py24 get_dtype = P.DType() variable
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py5299 def get_dtype(x): function