Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.h84 void SetSingleOpLaunchTime(const std::pair<double, double> &launch_start_end) { in SetSingleOpLaunchTime() function
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc457 SetSingleOpLaunchTime(std::make_pair(launch_start_time, launch_end_time)); in SingleOpLaunchTimeProcess()