Home
last modified time | relevance | path

Searched defs:is_numpy_scalar (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_numpy.cpp26 bool is_numpy_scalar(PyObject* obj) { in is_numpy_scalar() function
373 bool is_numpy_scalar(PyObject* obj) { in is_numpy_scalar() function
H A Dtensor_new.cpp1704 bool is_numpy_scalar = PyArray_CheckScalar(obj); in asarray() local