Home
last modified time | relevance | path

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

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