Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/cpp/
H A Dpytorch_jni_jit.cpp72 static void onFunctionExit(const at::RecordFunction&, at::ObserverContext*) { in onFunctionExit() function in pytorch_jni::PytorchJni
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp679 static void onFunctionExit(const RecordFunction& fn, ObserverContext* ctx_ptr) { in onFunctionExit() function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.cpp473 void onFunctionExit( in onFunctionExit() function