Home
last modified time | relevance | path

Searched defs:task1 (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pass/
Dcomp_comm_scheduling.cc111 bool SortByWeightMax(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByWeightMax()
115 bool SortByWeightMin(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByWeightMin()
119 bool SortBySuccDiff(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortBySuccDiff()
126 bool SortByBottomLevelMax(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByBottomLevelMax()
133 bool SortByBottomLevelMin(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByBottomLevelMin()
140 bool SortByTopLevelMax(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByTopLevelMax()
146 bool SortByTopLevelMin(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByTopLevelMin()
152 bool SortByBottomTopLevelMaxSum(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &ta… in SortByBottomTopLevelMaxSum()
160 bool SortByBottomTopLevelMinSum(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &ta… in SortByBottomTopLevelMinSum()
172 bool SortByBottomTopLevelComposite(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> … in SortByBottomTopLevelComposite()
[all …]
/third_party/rust/rust/tests/ui/async-await/issues/
Dissue-62009-1.rs9 let task1 = print_dur().await; in main() localVariable
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pynative/
Dop_executor_test.cc89 auto task1 = std::make_shared<runtime::DeviceOpRunTask>( in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dinplace_index_add_cpu_kernel.cc127 auto task1 = [&](const size_t start, const size_t end) { in LaunchKernel() local
Daffine_grid_grad_cpu_kernel.cc121 auto task1 = [&](const int64_t start, const int64_t end) { in make_base_grid_3D() local
226 auto task1 = [&](const int64_t start, const int64_t end) { in make_base_grid_4D() local
Duniform_candidate_sampler_cpu_kernel.cc100 auto task1 = [this, &true_expected_count, &value](size_t start, size_t end) { in ExpectedLanuch() local
Dlayer_norm_grad_cpu_kernel.cc127 auto task1 = [this, &x, &dy, &var, &mean, &dg, &db, thread_num1](size_t start) { in LaunchKernel() local
Droi_align_grad_cpu_kernel.cc236 auto task1 = [this, &dx](size_t start, size_t end) { in LaunchKernel() local
Dnms_with_mask_cpu_kernel.cc94 auto task1 = [this, &data_buff, &index_buff, &input, inner, box_size](int start, int end) { in NmsBitonicSortByKeyKernel() local
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c1129 struct lws_threadpool_task *task1; in lws_threadpool_foreach_task_wsi() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Ddeserialize_test.cc456 std::string task1 = "AFQMC"; in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectBindingTests.cpp1189 std::stringstream task1; in initPrograms() local
/third_party/libabigail/tools/
Dabipkgdiff.cc2787 elf_size_is_greater(const task_sptr &task1, in elf_size_is_greater()