Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DLogging.cpp117 using APIUsageLoggerType = std::function<void(const std::string&)>; typedef
134 APIUsageLoggerType* GetAPIUsageLogger() { in GetAPIUsageLogger()
135 static APIUsageLoggerType func = in GetAPIUsageLogger()