Searched defs:thread_count (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_multithread.h | 89 int thread_count = std::max(1, num_muls / kMinMulPerThread); in HowManyConvThreads() local 93 inline bool MultithreadAlongBatches(int thread_count, int batches) { in MultithreadAlongBatches() 132 int thread_count = HowManyConvThreads(output_shape, filter_shape); in DepthwiseConv() local
|
A D | legacy_optimized_ops.h | 432 int thread_count = output_units / min_units_per_thread; in HowManyConvThreads() local 452 int thread_dim, thread_count, thread_dim_size; variable 554 int thread_dim, thread_count, thread_dim_size; variable 1056 const int thread_count = gemmlowp::HowManyThreads<kKernelRows>( in FullyConnectedAsGEMV() local 2067 const int thread_count = gemmlowp::HowManyThreads<kKernelRows>( in LegacyInt8FullyConnectedAsGEMV() local 2306 const int thread_count = gemmlowp::HowManyThreads<kKernelRows>( in ShuffledFullyConnected() local
|
A D | optimized_ops.h | 902 const int thread_count = in ShuffledFullyConnected() local 1164 int thread_count = output_depth / kMinDepthPerThread; in Mean() local 3712 int thread_count = batch_size / kMinBatchPerThread; variable
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | block_map.h | 84 int thread_count; member
|
A D | ctx.cc | 173 void Ctx::EnsureThreadSpecificResources(int thread_count) { in EnsureThreadSpecificResources()
|
A D | trmul.cc | 352 const int thread_count = block_map.thread_count; in TrMul() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | cpu_backend_gemm_custom_gemv.h | 164 int thread_count = LegacyHowManyThreads<Impl::kKernelRows>( in CustomGemv() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
A D | mean.h | 216 int thread_count = output_depth / kMinDepthPerThread; in Mean() local
|
A D | depthwise_conv_hybrid.h | 409 int thread_dim, thread_count, thread_dim_size; in DepthwiseConvHybridPerChannel() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/sparse_ops/ |
A D | fully_connected.h | 177 const int thread_count = std::max(1, std::min(batches, max_threads)); in FullyConnectedSparseWeight1x4() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | common.h | 984 int thread_count = std::min(max_num_threads, rows / KernelRows); in LegacyHowManyThreads() local
|
Completed in 52 milliseconds