Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp94 static PyObject* Tensor_instancecheck(PyObject* _self, PyObject* arg) { in Tensor_instancecheck() function
159 {"__instancecheck__", Tensor_instancecheck, METH_O, nullptr},