Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp1504 struct PyInstDecoder { struct
1505 PyInstDecoder(PyCodeObject* code_object, int lasti) in PyInstDecoder() function
1509 void next() { in next()
1515 int opcode() { in opcode()
1522 int oparg() { in oparg()
1526 mpy::object name() { in name()
1545 PyCodeObject* code_object_;
1546 _Py_CODEUNIT* code_;
1547 int offset_;