/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/ |
D | fully_connected.h | 81 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/ |
D | depthwise_conv_hybrid.h | 47 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 …]
|
D | depthwise_conv.h | 1617 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 …]
|
D | depthwise_conv_hybrid_3x3_filter.h | 3052 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;
|
D | depthwise_conv_3x3_filter.h | 2885 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/ |
D | depthwiseconv_multithread.h | 41 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()
|
D | depthwiseconv_uint8.h | 1706 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 …]
|
D | depthwiseconv_float.h | 905 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;
|
D | depthwiseconv_uint8_3x3_filter.h | 5591 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 …]
|
D | legacy_optimized_ops.h | 217 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/ |
D | fake_task.cc | 26 ThreadTicks thread_start, in FakeTaskTiming() argument 30 start_thread_time_ = thread_start; in FakeTaskTiming()
|
D | fake_task.h | 24 ThreadTicks thread_start,
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | fully_connected.cc | 506 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/ |
D | message_pump_perftest.cc | 43 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/ |
D | safestack.cc | 137 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/ |
D | aom_thread.h | 169 static void thread_start(void *arg) { 186 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
|
/external/liburing/test/ |
D | 35fa71a030ca-test.c | 47 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/ |
D | vpx_thread.h | 248 static void thread_start(void *arg) { 265 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 132 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()
|