Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dframe.h32 std::unique_ptr<at::RecordFunction> record_function; member
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler.py683 class record_function(_ContextDecorator): class
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcudagraph_trees.py2112 def record_function( member in CUDAGraphTreeManager
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp5541 auto record_function = [&](std::unique_ptr<Function> fn) { in define() local