Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dmetrics.cpp148 void MetricsArena::ForEachMetric( in ForEachMetric() function in torch::lazy::MetricsArena
171 ForEachMetric([&names](const std::string& name, MetricData* data) { in GetMetricNames()
369 arena->ForEachMetric([&ss](const std::string& name, MetricData* data) { in CreateMetricReport()
388 arena->ForEachMetric( in CreateMetricReport()
H A Dmetrics.h116 void ForEachMetric(