Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dcall.cc55 int loop_count) { in ValidateAndResizeInputsIfNeeded()
105 Subgraph* subgraph, int loop_count) { in ValidateAndResizeOutputs()
129 int loop_count) { in CopyInputTensorsData()
147 int loop_index, int loop_count) { in CopyOutputTensorsData()
172 int loop_count; member
209 int loop_count = op_data->loop_count; in Prepare() local
H A Dcall_test.cc72 void BuildCallSubgraph(Subgraph* subgraph, int index, int loop_count, in BuildCallSubgraph()
191 int loop_count = test_shapes[i][0]; in TEST_F() local
214 int loop_count = 0; in TEST_F() local
263 int loop_count = test_shapes[i][0]; in TEST_F() local
342 int loop_count = 5; in TEST_F() local
359 int loop_count = 7; in TEST_F() local
H A Dcall_register.h31 int loop_count; member
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dmotion_vector_search_neon.cc127 int loop_count = (count + 1) >> 1; in MvProjectionCompoundLowPrecision_NEON() local
147 int loop_count = (count + 1) >> 1; in MvProjectionCompoundForceInteger_NEON() local
167 int loop_count = (count + 1) >> 1; in MvProjectionCompoundHighPrecision_NEON() local
184 int loop_count = (count + 3) >> 2; in MvProjectionSingleLowPrecision_NEON() local
202 int loop_count = (count + 3) >> 2; in MvProjectionSingleForceInteger_NEON() local
220 int loop_count = (count + 3) >> 2; in MvProjectionSingleHighPrecision_NEON() local
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dstop_token.bench.cpp20 auto thread_func = [&](std::stop_token st, std::atomic<std::uint64_t>* loop_count) { in BM_stop_token_single_thread_polling_stop_requested()
27 std::atomic<std::uint64_t> loop_count(0); in BM_stop_token_single_thread_polling_stop_requested() local
47 auto thread_func = [&start](std::atomic<std::uint64_t>* loop_count, std::stop_token st) { in BM_stop_token_multi_thread_polling_stop_requested()
70 for (const auto& loop_count : loop_counts) { in BM_stop_token_multi_thread_polling_stop_requested() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
H A 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
/aosp_15_r20/external/deqp-deps/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
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A 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
/aosp_15_r20/external/libvpx/vp8/common/mips/mmi/
H A Dcopymem_mmi.c55 uint8_t loop_count = 4; in vp8_copy_mem16x16_mmi() local
79 uint8_t loop_count = 4; in vp8_copy_mem8x8_mmi() local
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_lap_interface.c362 WORD32 *loop_count, in ihevce_populate_tree_nodes()
1160 WORD32 *loop_count, in ihevce_encode_order_traversal_nodes()
1211 WORD32 *loop_count, in ihevce_capture_order_traversal_nodes()
1349 WORD32 loop_count = 0; in ihevce_b_pic_population() local
/aosp_15_r20/external/webp/examples/
H A Dimg2webp.c98 static int SetLoopCount(int loop_count, WebPData* const webp_data) { in SetLoopCount()
140 int loop_count = 0; in main() local
H A Dgifdec.c176 int* const loop_count) { in GIFReadLoopCount()
358 int* const loop_count) { in GIFReadLoopCount()
H A Dwebpmux.c988 const int loop_count = in Process() local
1054 const int loop_count = in Process() local
H A Danim_util.h41 uint32_t loop_count; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_once.cpp32 unsigned const loop_count=100; in call_once_thread() local
90 unsigned const loop_count=100; in call_once_with_functor() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_acelp_tools.c143 WORD32 loop_count) { in ixheaacd_residual_tool_float()
175 WORD32 loop_count) { in ixheaacd_residual_tool_float1()
/aosp_15_r20/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp266 int loop_count = 0; in run_single_inference() local
356 int loop_count = testcase[input_combination[0]].size(); in run_batch_process() local
/aosp_15_r20/external/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp1189 const uint64_t loop_count = 8; in TEST_F() local
1225 const uint64_t loop_count = 8; in TEST_F() local
1249 const uint64_t loop_count = 8; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dwait_fuzz.cpp28 BOOST_CONSTEXPR_OR_CONST unsigned int loop_count = 4096u; variable
/aosp_15_r20/external/flac/microbench/
H A Dutil.h37 unsigned loop_count ; member
/aosp_15_r20/external/arm-trusted-firmware/drivers/renesas/common/ddr/
H A Ddram_sub_func.c80 uint32_t loop_count; in rcar_dram_update_boot_status() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/renesas/common/ddr/
Ddram_sub_func.c80 uint32_t loop_count; in rcar_dram_update_boot_status() local
/aosp_15_r20/external/libkmsxx/py/tests/
H A Dwb-m2m-crop.py85 loop_count = 0 variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/
H A Dlabel_image.h34 int loop_count = 1; member
/aosp_15_r20/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
H A Dkernel_ExternalUsbPeripheralsDetectionStress.py235 def run_once(self, host, loop_count): argument

1234