Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc343 …std::shared_ptr<TaskInfo> stream_active_task_info = std::make_shared<StreamActiveTaskInfo>("op_nam… in TEST_F() local
344 …:shared_ptr<Task> task = TaskFactory::GetInstance().Create(model_context, stream_active_task_info); in TEST_F()
354 …std::shared_ptr<TaskInfo> stream_active_task_info = std::make_shared<StreamActiveTaskInfo>("op_nam… in TEST_F() local
355 ASSERT_ANY_THROW(TaskFactory::GetInstance().Create(model_context, stream_active_task_info)); in TEST_F()