Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dprofile.h122 class NoProfTransaction {
124 explicit NoProfTransaction(ProfileBase *prof) {} in NoProfTransaction() function
125 explicit NoProfTransaction(ProfContext *ctx) {} in NoProfTransaction() function
126 ~NoProfTransaction() = default;
229 #define WITH(x) NoProfTransaction(x) -