Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DLogging.h331 C10_API void LogAPIUsage(const std::string& context);
H A DLogging.cpp220 void LogAPIUsage(const std::string& event) try { in LogAPIUsage() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1615 c10::LogAPIUsage(event); in LogAPIUsageOnceFromPython()