Home
last modified time | relevance | path

Searched defs:loop_count (Results 1 – 25 of 62) sorted by relevance

123

/third_party/mindspore/mindspore-src/source/tests/ut/python/graph_syntax/control_flow/
Dtest_for_stmt.py42 def __init__(self, number, loop_count=1): argument
75 def __init__(self, loop_count=1): argument
103 def __init__(self, loop_count=1): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Doutput_actor.h45 OutputActor(const std::string &name, size_t loop_count, size_t outputs_num, in OutputActor()
75 size_t loop_count() const { return loop_count_; } in loop_count() function
Dloop_count_actor.h38 LoopCountActor(const std::string &name, const std::string &graph_name, size_t loop_count, in LoopCountActor()
65 size_t loop_count() const { return loop_count_; } in loop_count() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Dactivation_grad_fp32_tests.cc61 int loop_count = 100; in TEST_F() local
113 int loop_count = 100; in TEST_F() local
164 int loop_count = 100; in TEST_F() local
215 int loop_count = 100; in TEST_F() local
267 int loop_count = 100; in TEST_F() local
319 int loop_count = 100; in TEST_F() local
372 int loop_count = 100; in TEST_F() local
Dsoftmax_grad_fp32_tests.cc72 int loop_count = 3; in TEST_F() local
141 int loop_count = 3; in TEST_F() local
211 int loop_count = 3; in TEST_F() local
280 int loop_count = 3; in TEST_F() local
349 int loop_count = 3; in TEST_F() local
Dconvolution_grad_fp32_tests.cc131 int loop_count = 100; in TEST_F() local
210 int loop_count = 100; in TEST_F() local
284 int loop_count = 100; in TEST_F() local
362 int loop_count = 100; in TEST_F() local
439 int loop_count = 100; in TEST_F() local
511 int loop_count = 100; in TEST_F() local
588 int loop_count = 100; in TEST_F() local
693 int loop_count = 100; in TEST_F() local
802 int loop_count = 100; in TEST_F() local
Ddeconvolution_grad_fp32_tests.cc113 int loop_count = 100; in TEST_F() local
216 int loop_count = 100; in TEST_F() local
323 int loop_count = 100; in TEST_F() local
430 int loop_count = 100; in TEST_F() local
537 int loop_count = 100; in TEST_F() local
644 int loop_count = 100; in TEST_F() local
/third_party/rust/rust/tests/ui/async-await/
Dissue-73741-type-err.rs10 let mut loop_count = 0; in weird() localVariable
Dissue-73741-type-err-drop-tracking.rs13 let mut loop_count = 0; in weird() localVariable
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dpeeling.cpp129 Instruction* loop_count = nullptr; in TEST_F() local
767 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
819 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
1092 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
1144 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
/third_party/spirv-tools/test/opt/loop_optimizations/
Dpeeling.cpp128 Instruction* loop_count = nullptr; in TEST_F() local
766 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
818 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
1091 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
1143 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling.cpp129 Instruction* loop_count = nullptr; in TEST_F() local
767 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
819 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
1092 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
1144 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
/third_party/skia/third_party/externals/libwebp/examples/
Dimg2webp.c91 static int SetLoopCount(int loop_count, WebPData* const webp_data) { in SetLoopCount()
133 int loop_count = 0; in main() local
Danim_util.h41 uint32_t loop_count; member
Dgifdec.c176 int* const loop_count) { in GIFReadLoopCount()
358 int* const loop_count) { in GIFReadLoopCount()
Dgif2webp.c129 int loop_count = 0; // default: infinite in main() local
/third_party/skia/m133/third_party/externals/libwebp/examples/
Dimg2webp.c98 static int SetLoopCount(int loop_count, WebPData* const webp_data) { in SetLoopCount()
140 int loop_count = 0; in main() local
Danim_util.h41 uint32_t loop_count; member
Dgifdec.c176 int* const loop_count) { in GIFReadLoopCount()
358 int* const loop_count) { in GIFReadLoopCount()
Dgif2webp.c129 int loop_count = 0; // default: infinite in main() local
/third_party/mindspore/mindspore-src/source/tests/st/heterogeneous/
Dtest_heter_control.py23 def __init__(self, loop_count=3): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/graph_syntax/operators/
Dtest_operator.py29 def __init__(self, symbol, loop_count=(1, 3)): argument
75 def __init__(self, symbol, loop_count=(1, 3)): argument
/third_party/libuv/test/
Dbenchmark-loop-count.c66 BENCHMARK_IMPL(loop_count) { in BENCHMARK_IMPL() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dsolve_triangular.cc43 auto loop_count = static_cast<int64_t>(num / kBlock); in Expand() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcfg.cc323 …c bool VisitBlock(Block *blk, std::vector<bool> *reach, std::vector<bool> *mark, int *loop_count) { in VisitBlock()
356 int loop_count = 0; in MarkDeadBB() local

123