Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dprofile.h79 virtual ProfContext *Lap(int) { return nullptr; } in Lap() function
Dprofile.cc186 ProfContext *Profile::Lap(int count) { in Lap() function in mindspore::Profile