Home
last modified time | relevance | path

Searched refs:is_numpy_bool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_numpy.h16 bool is_numpy_bool(PyObject* obj);
H A Dpython_numbers.h133 if (torch::utils::is_numpy_bool(obj)) { in THPUtils_checkBool()
H A Dtensor_numpy.cpp369 bool is_numpy_bool(PyObject* obj) { in is_numpy_bool() function