Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable_indexing.cpp430 int THPVariable_setitem(PyObject* self, PyObject* index, PyObject* py_value) { in THPVariable_setitem() function
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp62 objobjargproc THPVariable_setitem; variable