Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dprofile.h49 friend class ProfTransaction; variable
71 friend class ProfTransaction; variable
104 explicit ProfTransaction(ProfContext *const ctx) : ctx_(ctx) {} in ProfTransaction() function
Dprofile.cc282 ProfTransaction::ProfTransaction(const ProfileBase *prof) { ctx_ = (prof != nullptr ? prof->ctx_ptr… in ProfTransaction() function in mindspore::ProfTransaction