| /third_party/mindspore/tests/ut/python/pipeline/parse/ |
| D | test_for_stmt.py | 42 def __init__(self, number, loop_count=1): argument 75 def __init__(self, loop_count=1): argument 104 def __init__(self, loop_count=1): argument
|
| D | test_operator.py | 28 def __init__(self, symbol, loop_count=(1, 3)): argument 74 def __init__(self, symbol, loop_count=(1, 3)): argument
|
| /third_party/mindspore/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 | 89 int loop_count = 3; in TEST_F() local 153 int loop_count = 3; in TEST_F() local 218 int loop_count = 3; in TEST_F() local 282 int loop_count = 3; in TEST_F() local 347 int loop_count = 3; in TEST_F() local
|
| D | convolution_grad_fp32_tests.cc | 130 int loop_count = 100; in TEST_F() local 208 int loop_count = 100; in TEST_F() local 281 int loop_count = 100; in TEST_F() local 358 int loop_count = 100; in TEST_F() local 434 int loop_count = 100; in TEST_F() local 505 int loop_count = 100; in TEST_F() local 582 int loop_count = 100; in TEST_F() local 686 int loop_count = 100; in TEST_F() local 794 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/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/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/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/flutter/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/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()
|
| /third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
| D | loop_count_actor.h | 37 …LoopCountActor(const std::string &name, size_t loop_count, const AID &memory_manager_aid, const AI… in LoopCountActor()
|
| D | output_actor.h | 43 OutputActor(std::string name, size_t loop_count, size_t outputs_num, bool need_loop_count) in OutputActor()
|
| D | output_actor.cc | 52 void OutputActor::CollectLoopCount(size_t loop_count, OpContext<DeviceTensor> *const context) { in CollectLoopCount()
|
| /third_party/boost/libs/atomic/test/ |
| D | wait_fuzz.cpp | 28 BOOST_CONSTEXPR_OR_CONST unsigned int loop_count = 4096u; variable
|
| /third_party/boost/libs/thread/test/ |
| D | test_once.cpp | 32 unsigned const loop_count=100; in call_once_thread() local 90 unsigned const loop_count=100; in call_once_with_functor() local
|
| /third_party/libuv/test/ |
| D | benchmark-loop-count.c | 52 BENCHMARK_IMPL(loop_count) { in BENCHMARK_IMPL() argument
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_x86/benchmark/ |
| D | benchmark.cc | 154 int loop_count = atoi(argv[3]); in main() local
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/benchmark/ |
| D | benchmark.cc | 154 int loop_count = atoi(argv[3]); in main() local
|
| /third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/ |
| D | convolution_depthwise_fp32_tests.cc | 184 int loop_count = 10; in TEST_F() local
|