| /third_party/mindspore/mindspore-src/source/tests/ut/python/graph_syntax/control_flow/ |
| D | test_for_stmt.py | 42 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/ |
| D | output_actor.h | 45 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
|
| D | loop_count_actor.h | 38 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/ |
| D | activation_grad_fp32_tests.cc | 61 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
|
| D | softmax_grad_fp32_tests.cc | 72 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
|
| D | convolution_grad_fp32_tests.cc | 131 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
|
| D | deconvolution_grad_fp32_tests.cc | 113 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/ |
| D | issue-73741-type-err.rs | 10 let mut loop_count = 0; in weird() localVariable
|
| D | issue-73741-type-err-drop-tracking.rs | 13 let mut loop_count = 0; in weird() localVariable
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | peeling.cpp | 129 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/ |
| D | peeling.cpp | 128 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/ |
| D | peeling.cpp | 129 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/ |
| D | img2webp.c | 91 static int SetLoopCount(int loop_count, WebPData* const webp_data) { in SetLoopCount() 133 int loop_count = 0; in main() local
|
| D | anim_util.h | 41 uint32_t loop_count; member
|
| D | gifdec.c | 176 int* const loop_count) { in GIFReadLoopCount() 358 int* const loop_count) { in GIFReadLoopCount()
|
| D | gif2webp.c | 129 int loop_count = 0; // default: infinite in main() local
|
| /third_party/skia/m133/third_party/externals/libwebp/examples/ |
| D | img2webp.c | 98 static int SetLoopCount(int loop_count, WebPData* const webp_data) { in SetLoopCount() 140 int loop_count = 0; in main() local
|
| D | anim_util.h | 41 uint32_t loop_count; member
|
| D | gifdec.c | 176 int* const loop_count) { in GIFReadLoopCount() 358 int* const loop_count) { in GIFReadLoopCount()
|
| D | gif2webp.c | 129 int loop_count = 0; // default: infinite in main() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/heterogeneous/ |
| D | test_heter_control.py | 23 def __init__(self, loop_count=3): argument
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/graph_syntax/operators/ |
| D | test_operator.py | 29 def __init__(self, symbol, loop_count=(1, 3)): argument 75 def __init__(self, symbol, loop_count=(1, 3)): argument
|
| /third_party/libuv/test/ |
| D | benchmark-loop-count.c | 66 BENCHMARK_IMPL(loop_count) { in BENCHMARK_IMPL() argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/ |
| D | solve_triangular.cc | 43 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/ |
| D | cfg.cc | 323 …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
|