Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dprofiler_task.cc21 ProfilerTask::ProfilerTask(const ModelContext &model_context, const std::shared_ptr<ProfilerTraceTa… in ProfilerTask() function in mindspore::ge::model_runner::ProfilerTask
33 ProfilerTask::~ProfilerTask() {} in ~ProfilerTask()
35 void ProfilerTask::Distribute() { in Distribute()
57 REGISTER_TASK(TaskInfoType::PROFILER_TRACE, ProfilerTask, ProfilerTraceTaskInfo);
Dprofiler_task.h24 class ProfilerTask : public TaskRepeater<ProfilerTraceTaskInfo> {
26ProfilerTask(const ModelContext &model_context, const std::shared_ptr<ProfilerTraceTaskInfo> &task…
28 ~ProfilerTask() override;
/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc326 ASSERT_TRUE(std::dynamic_pointer_cast<ProfilerTask>(task) != nullptr); in TEST_F()