Home
last modified time | relevance | path

Searched defs:ProfContext (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dprofile.h98 friend class ProfContext; variable
159 explicit NoProfTransaction(ProfContext *) {} in NoProfTransaction() argument
Dprofile.cc198 ProfContext::ProfContext(const std::string &name, ProfileBase *const prof) in ProfContext() function in mindspore::ProfContext