Home
last modified time | relevance | path

Searched refs:thread_dim (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.cc71 const ThreadDim &thread_dim = thread_dim_limit(); in ToMap() local
73 absl::StrCat(thread_dim.x, ",", thread_dim.y, ",", thread_dim.z); in ToMap()
130 const ThreadDim &thread_dim) { in ThreadDimOk() argument
131 const int64 total_threads = thread_dim.x * thread_dim.y * thread_dim.z; in ThreadDimOk()
141 bool ok = thread_dim.x <= limit.x && thread_dim.y <= limit.y && in ThreadDimOk()
142 thread_dim.z <= limit.z; in ThreadDimOk()
144 VLOG(2) << "thread dim " << thread_dim.ToString() in ThreadDimOk()
Ddevice_description.h338 const ThreadDim &thread_dim);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h48 int thread_dim) { in DepthwiseConvHybridGeneral() argument
77 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1); in DepthwiseConvHybridGeneral()
150 switch (thread_dim) { 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()
349 int thread_dim) in DepthwiseConvHybridWorkerTask()
364 thread_dim(thread_dim) {} in DepthwiseConvHybridWorkerTask()
[all …]
Ddepthwise_conv.h1617 int thread_start, int thread_end, int thread_dim) {
1648 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1);
1721 switch (thread_dim) {
1800 int thread_start, int thread_end, int thread_dim,
1841 thread_end, thread_dim);
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,
1889 output_data, thread_start, thread_end, thread_dim, cpu_backend_context);
1902 int thread_dim,
[all …]
Ddepthwise_conv_hybrid_3x3_filter.h3052 int thread_start, int thread_end, int thread_dim) {
3092 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1);
3131 switch (thread_dim) {
Ddepthwise_conv_3x3_filter.h2885 int thread_start, int thread_end, int thread_dim) {
2931 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1);
2973 switch (thread_dim) {
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_multithread.h41 int thread_start, int thread_end, int thread_dim) in DepthwiseConvWorkerTask()
54 thread_dim_(thread_dim) {} in DepthwiseConvWorkerTask()
157 int thread_dim, thread_dim_size; in DepthwiseConv() local
159 thread_dim = 0; in DepthwiseConv()
162 thread_dim = 1; in DepthwiseConv()
177 thread_dim); in DepthwiseConv()
Ddepthwiseconv_uint8.h1664 uint8* output_data, int thread_start, int thread_end, int thread_dim) {
1714 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1);
1787 switch (thread_dim) {
1999 int thread_end, int thread_dim) {
2034 thread_end, thread_dim);
2058 thread_dim);
2067 thread_start, thread_end, thread_dim);
2076 int thread_end, int thread_dim) {
2080 thread_dim);
Ddepthwiseconv_float.h906 int thread_end, int thread_dim) {
921 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1);
1009 switch (thread_dim) {
Ddepthwiseconv_uint8_3x3_filter.h5591 uint8* output_data, int thread_start, int thread_end, int thread_dim) {
5641 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1);
5682 switch (thread_dim) {
12867 int thread_start, int thread_end, int thread_dim) {
12905 TFLITE_DCHECK(thread_dim == 0 || thread_dim == 1);
12951 switch (thread_dim) {
13400 uint8* output_data, int thread_start, int thread_end, int thread_dim) {
13405 thread_dim);
13414 int thread_start, int thread_end, int thread_dim) {
13419 thread_dim);
Dlegacy_optimized_ops.h218 uint8* output_data, int thread_start, int thread_end, int thread_dim) { in LegacyDepthwiseConvWithRounding() argument
255 thread_dim); in LegacyDepthwiseConvWithRounding()
264 thread_start, thread_end, thread_dim); in LegacyDepthwiseConvWithRounding()
272 uint8* output_data, int thread_start, int thread_end, int thread_dim) { in LegacyDepthwiseConvImpl() argument
277 thread_dim); in LegacyDepthwiseConvImpl()
387 int thread_end, int thread_dim) in LegacyDepthwiseConvWorkerTask()
399 thread_dim_(thread_dim) {} in LegacyDepthwiseConvWorkerTask()
425 int thread_dim) { in HowManyConvThreads() argument
427 const int output_units = output_shape.Dims(thread_dim); in HowManyConvThreads()
431 FlatSizeSkipDim(output_shape, thread_dim) * filter_height * filter_width; in HowManyConvThreads()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc132 int thread_start, int thread_end, int thread_dim) { in DispatchDepthwiseConvGeneral() argument
136 thread_dim); in DispatchDepthwiseConvGeneral()
147 int thread_end, int thread_dim) { in DispatchDepthwiseConvGeneral() argument
151 output_shape, output_data, thread_start, thread_end, thread_dim); in DispatchDepthwiseConvGeneral()