Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/utils/
Dpythoncapi_compat.h51 # define _PyObject_CAST(op) _Py_CAST(PyObject*, op) macro
/external/python/cpython3/Include/
Dobject.h222 #define _PyObject_CAST(op) _Py_CAST(PyObject*, (op)) macro