Home
last modified time | relevance | path

Searched refs:fn_insert_profile_inodes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/cuda/
H A Dinterface.cpp117 if (getFuserInterface()->fn_insert_profile_inodes) { in InsertProfileNodesForCUDAFuser()
118 getFuserInterface()->fn_insert_profile_inodes(pr); in InsertProfileNodesForCUDAFuser()
H A Dinterface.h34 void (*fn_insert_profile_inodes)(ProfilingRecord* pr) = nullptr; member