Home
last modified time | relevance | path

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 Ddepthwiseconv_multithread.h89 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 Dlegacy_optimized_ops.h432 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 Doptimized_ops.h902 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 Dblock_map.h84 int thread_count; member
A Dctx.cc173 void Ctx::EnsureThreadSpecificResources(int thread_count) { in EnsureThreadSpecificResources()
A Dtrmul.cc352 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 Dcpu_backend_gemm_custom_gemv.h164 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 Dmean.h216 int thread_count = output_depth / kMinDepthPerThread; in Mean() local
A Ddepthwise_conv_hybrid.h409 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 Dfully_connected.h177 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 Dcommon.h984 int thread_count = std::min(max_num_threads, rows / KernelRows); in LegacyHowManyThreads() local

Completed in 70 milliseconds