/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 | 1609 int thread_start, int thread_end, int thread_dim) { 1715 TFLITE_DCHECK_GE(thread_start, 0); 1717 batch_start = thread_start; 1722 TFLITE_DCHECK_GE(thread_start, 0); 1724 row_start = thread_start; 1792 int thread_start, int thread_end, int thread_dim) { 1827 output_data, thread_start, thread_end, thread_dim); 1836 output_data, thread_start, thread_end, thread_dim); 1845 int thread_start, int thread_end, int thread_dim) { 1849 output_data, thread_start, thread_end, 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 | 1664 uint8* output_data, int thread_start, int thread_end, int thread_dim) { 1790 TFLITE_DCHECK_GE(thread_start, 0); 1792 batch_start = thread_start; 1798 TFLITE_DCHECK_GE(thread_start, 0); 1800 row_start = thread_start; 1998 uint8* output_data, const CpuFlags& cpu_flags, int thread_start, 2033 bias_shape, bias_data, output_shape, output_data, thread_start, 2057 bias_data, output_shape, output_data, thread_start, thread_end, 2067 thread_start, thread_end, thread_dim); 2075 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 | 5563 uint8* output_data, int thread_start, int thread_end, int thread_dim) { 5656 TFLITE_DCHECK_GE(thread_start, 0); 5658 batch_start = thread_start; 5662 TFLITE_DCHECK_GE(thread_start, 0); 5664 row_start = thread_start; 9889 int thread_start, int thread_end, int thread_dim) { 9975 TFLITE_DCHECK_GE(thread_start, 0); 9977 batch_start = thread_start; 9981 TFLITE_DCHECK_GE(thread_start, 0); 9983 row_start = thread_start; [all …]
|
D | legacy_optimized_ops.h | 219 uint8* output_data, int thread_start, int thread_end, int thread_dim) { in LegacyDepthwiseConvWithRounding() argument 255 bias_data, output_shape, output_data, thread_start, thread_end, in LegacyDepthwiseConvWithRounding() 265 thread_start, thread_end, thread_dim); in LegacyDepthwiseConvWithRounding() 273 uint8* output_data, int thread_start, int thread_end, int thread_dim) { in LegacyDepthwiseConvImpl() argument 277 bias_data, output_shape, output_data, thread_start, thread_end, in LegacyDepthwiseConvImpl() 387 const RuntimeShape& output_shape, T* output_data, int thread_start, in LegacyDepthwiseConvWorkerTask() 398 thread_start_(thread_start), in LegacyDepthwiseConvWorkerTask() 476 int thread_start = 0; variable 479 thread_start + (thread_dim_size - thread_start) / (thread_count - i); 482 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/u-boot/examples/standalone/ |
D | sched.c | 73 static int thread_start (int id); 111 thread_start (tid[i]); in sched() 265 static int thread_start (int id) in thread_start() function
|
/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/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()
|
/external/openssh/ |
D | auth-pam.c | 188 void *(*thread_start)(void *), void *arg) in pthread_create() 201 thread_start(arg); in pthread_create()
|