Home
last modified time | relevance | path

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

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