Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.h36 PyCCall, enumerator
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp37 enum CallType { PyCall = 0, PyModuleCall, PyCCall, PyOptimizerCall }; enumerator