Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSProfiler.h331 uint64_t m_kernel_counter = 0; variable
H A DMPSProfiler.mm294 …e_unique<OperationInfo>(handle, isGraph, isGraph ? ++m_graph_counter : ++m_kernel_counter, strKey);
491 …mt::format(" MPS Operations Profiling: {} graphs, {} kernels ", m_graph_counter, m_kernel_counter),