Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dprofile.h55 class ProfileBase; variable
71 friend class ProfileBase; variable
158 explicit NoProfTransaction(ProfileBase *) {} in NoProfTransaction() argument
Dprofile.cc143 ProfileBase::ProfileBase() : context_("", this) { in ProfileBase() function in mindspore::ProfileBase