Home
last modified time | relevance | path

Searched defs:task2 (Results 1 – 10 of 10) 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 …ortByBottomTopLevelMaxSum(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByBottomTopLevelMaxSum()
160 …ortByBottomTopLevelMinSum(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByBottomTopLevelMinSum()
172 …ByBottomTopLevelComposite(const std::shared_ptr<Task> &task1, const std::shared_ptr<Task> &task2) { in SortByBottomTopLevelComposite()
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pynative/
Dop_executor_test.cc95 auto task2 = 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.cc144 auto task2 = [&](size_t start, size_t end) { in LaunchKernel() local
Duniform_candidate_sampler_cpu_kernel.cc107 auto task2 = [this, &sampled_expected_count, &value](size_t start, size_t end) { in ExpectedLanuch() local
Dlayer_norm_grad_cpu_kernel.cc145 auto task2 = [this, &x, &dy, &var, &mean, &dx, &gamma, thread_num2](size_t start) { in LaunchKernel() local
Droi_align_grad_cpu_kernel.cc245 auto task2 = [this, &dy, &rois, &dx](size_t start, size_t end) { in LaunchKernel() local
Dnms_with_mask_cpu_kernel.cc104 auto task2 = [i, j, &data_buff, &index_buff](size_t start, size_t end) { in NmsBitonicSortByKeyKernel() local
/third_party/python/Lib/test/
Dtest_thread.py196 def task2(self, ident): member in BarrierTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectBindingTests.cpp1190 std::stringstream task2; in initPrograms() local
/third_party/libabigail/tools/
Dabipkgdiff.cc2788 const task_sptr &task2) in elf_size_is_greater()