Home
last modified time | relevance | path

Searched refs:thread_start (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/
Dfully_connected.h81 const RuntimeShape& output_shape, float* output_data, int thread_start, in FullyConnectedSparseWeight1x4Impl() argument
91 const int batches = thread_end - thread_start; in FullyConnectedSparseWeight1x4Impl()
101 weights_shape.Dims(1), input_data + thread_start * input_depth, batches, in FullyConnectedSparseWeight1x4Impl()
102 output_data + thread_start * output_depth); in FullyConnectedSparseWeight1x4Impl()
105 for (int b = thread_start; b < thread_end; ++b) { in FullyConnectedSparseWeight1x4Impl()
121 const RuntimeShape& output_shape, float* output_data, int thread_start, in FullyConnectedSparseWeight1x4Task()
133 thread_start(thread_start), in FullyConnectedSparseWeight1x4Task()
140 bias_shape, bias_data, output_shape, output_data, thread_start, in Run()
155 int thread_start; member
186 int thread_start = 0; in FullyConnectedSparseWeight1x4() local
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h47 const int32_t* input_offsets, int thread_start, int thread_end, in DepthwiseConvHybridGeneral() argument
152 TFLITE_DCHECK_GE(thread_start, 0); in DepthwiseConvHybridGeneral()
154 batch_start = thread_start; in DepthwiseConvHybridGeneral()
159 TFLITE_DCHECK_GE(thread_start, 0); in DepthwiseConvHybridGeneral()
161 row_start = thread_start; in DepthwiseConvHybridGeneral()
266 int thread_start, int thread_end, int thread_dim) { in DepthwiseConvHybridWithRounding() argument
304 thread_start, thread_end, thread_dim); in DepthwiseConvHybridWithRounding()
315 thread_start, thread_end, thread_dim); in DepthwiseConvHybridWithRounding()
325 int thread_start, int thread_end, int thread_dim) { in DepthwiseConvHybridImpl() argument
331 thread_start, thread_end, thread_dim); in DepthwiseConvHybridImpl()
[all …]
Ddepthwise_conv.h1617 int thread_start, int thread_end, int thread_dim) {
1723 TFLITE_DCHECK_GE(thread_start, 0);
1725 batch_start = thread_start;
1730 TFLITE_DCHECK_GE(thread_start, 0);
1732 row_start = thread_start;
1800 int thread_start, int thread_end, int thread_dim,
1840 bias_shape, bias_data, output_shape, output_data, thread_start,
1866 output_data, thread_start, thread_end, thread_dim);
1875 output_data, thread_start, thread_end, thread_dim);
1884 int thread_start, int thread_end, int thread_dim,
[all …]
Ddepthwise_conv_hybrid_3x3_filter.h3052 int thread_start, int thread_end, int thread_dim) {
3133 TFLITE_DCHECK_GE(thread_start, 0);
3135 batch_start = thread_start;
3139 TFLITE_DCHECK_GE(thread_start, 0);
3141 row_start = thread_start;
Ddepthwise_conv_3x3_filter.h2885 int thread_start, int thread_end, int thread_dim) {
2975 TFLITE_DCHECK_GE(thread_start, 0);
2977 batch_start = thread_start;
2981 TFLITE_DCHECK_GE(thread_start, 0);
2983 row_start = thread_start;
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_multithread.h41 int thread_start, int thread_end, int thread_dim) in DepthwiseConvWorkerTask()
52 thread_start_(thread_start), in DepthwiseConvWorkerTask()
170 int thread_start = 0; in DepthwiseConv() local
173 thread_start + (thread_dim_size - thread_start) / (thread_count - i); in DepthwiseConv()
176 output_data, cpu_flags, thread_start, thread_end, in DepthwiseConv()
178 thread_start = thread_end; in DepthwiseConv()
Ddepthwiseconv_uint8.h1706 uint8* output_data, int thread_start, int thread_end, int thread_dim) {
1832 TFLITE_DCHECK_GE(thread_start, 0);
1834 batch_start = thread_start;
1840 TFLITE_DCHECK_GE(thread_start, 0);
1842 row_start = thread_start;
2040 uint8* output_data, const CpuFlags& cpu_flags, int thread_start,
2075 bias_shape, bias_data, output_shape, output_data, thread_start,
2099 bias_data, output_shape, output_data, thread_start, thread_end,
2109 thread_start, thread_end, thread_dim);
2117 uint8* output_data, const CpuFlags& cpu_flags, int thread_start,
[all …]
Ddepthwiseconv_float.h905 float* output_data, const CpuFlags& /* cpu_flags */, int thread_start,
1012 TFLITE_DCHECK_GE(thread_start, 0);
1014 batch_start = thread_start;
1020 TFLITE_DCHECK_GE(thread_start, 0);
1022 row_start = thread_start;
Ddepthwiseconv_uint8_3x3_filter.h5591 uint8* output_data, int thread_start, int thread_end, int thread_dim) {
5684 TFLITE_DCHECK_GE(thread_start, 0);
5686 batch_start = thread_start;
5690 TFLITE_DCHECK_GE(thread_start, 0);
5692 row_start = thread_start;
12867 int thread_start, int thread_end, int thread_dim) {
12953 TFLITE_DCHECK_GE(thread_start, 0);
12955 batch_start = thread_start;
12959 TFLITE_DCHECK_GE(thread_start, 0);
12961 row_start = thread_start;
[all …]
Dlegacy_optimized_ops.h217 uint8* output_data, int thread_start, int thread_end, int thread_dim) { in LegacyDepthwiseConvWithRounding() argument
253 bias_data, output_shape, output_data, thread_start, thread_end, in LegacyDepthwiseConvWithRounding()
263 thread_start, thread_end, thread_dim); in LegacyDepthwiseConvWithRounding()
271 uint8* output_data, int thread_start, int thread_end, int thread_dim) { in LegacyDepthwiseConvImpl() argument
275 bias_data, output_shape, output_data, thread_start, thread_end, in LegacyDepthwiseConvImpl()
385 const RuntimeShape& output_shape, T* output_data, int thread_start, in LegacyDepthwiseConvWorkerTask()
396 thread_start_(thread_start), in LegacyDepthwiseConvWorkerTask()
474 int thread_start = 0; variable
477 thread_start + (thread_dim_size - thread_start) / (thread_count - i);
480 bias_shape, bias_data, output_shape, output_data, thread_start,
[all …]
/external/libchrome/base/task/sequence_manager/test/
Dfake_task.cc26 ThreadTicks thread_start, in FakeTaskTiming() argument
30 start_thread_time_ = thread_start; in FakeTaskTiming()
Dfake_task.h24 ThreadTicks thread_start,
/external/tensorflow/tensorflow/lite/kernels/
Dfully_connected.cc506 const TfLiteTensor* bias, int thread_start, in EvalSparseHybridImpl() argument
519 const int batch_size = thread_end - thread_start; in EvalSparseHybridImpl()
527 GetTensorData<float>(input) + thread_start * input_depth; in EvalSparseHybridImpl()
529 GetTensorData<float>(output) + thread_start * output_depth; in EvalSparseHybridImpl()
550 GetTensorData<float>(scaling_factors) + thread_start; in EvalSparseHybridImpl()
554 input_offset_ptr = GetTensorData<int32_t>(input_offsets) + thread_start; in EvalSparseHybridImpl()
558 GetTensorData<int8_t>(input_quantized) + thread_start * input_depth; in EvalSparseHybridImpl()
586 const TfLiteTensor* bias, const int thread_start, const int thread_end, in SparseHybridFullyConnectedTask()
597 thread_start(thread_start), in SparseHybridFullyConnectedTask()
608 thread_start, thread_end, input_quantized, in Run()
[all …]
/external/libchrome/base/message_loop/
Dmessage_pump_perftest.cc43 base::ThreadTicks thread_start; in Schedule() local
45 thread_start = base::ThreadTicks::Now(); in Schedule()
65 base::ThreadTicks::Now() - thread_start; in Schedule()
/external/compiler-rt/lib/safestack/
Dsafestack.cc137 static void *thread_start(void *arg) { in thread_start() function
203 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()
/external/libaom/libaom/aom_util/
Daom_thread.h169 static void thread_start(void *arg) {
186 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
/external/liburing/test/
D35fa71a030ca-test.c47 static void thread_start(void* (*fn)(void*), void* arg) in thread_start() function
219 thread_start(thr, th); in execute_one()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h248 static void thread_start(void *arg) {
265 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc132 int thread_start, int thread_end, int thread_dim) { in DispatchDepthwiseConvGeneral() argument
135 bias_data, output_shape, output_data, thread_start, thread_end, in DispatchDepthwiseConvGeneral()
146 const RuntimeShape& output_shape, int8* output_data, int thread_start, in DispatchDepthwiseConvGeneral() argument
151 output_shape, output_data, thread_start, thread_end, thread_dim); in DispatchDepthwiseConvGeneral()