Home
last modified time | relevance | path

Searched refs:need_im2col (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dconv.h59 const bool need_im2col = stride_width != 1 || stride_height != 1 || in ConvPerChannel() local
71 } else if (need_im2col) { in ConvPerChannel()
/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc108 bool need_im2col = false; member
177 const bool need_im2col = need_dilated_im2col || need_non_dilated_im2col; in IsIm2ColRequired() local
180 if (!need_im2col) return false; in IsIm2ColRequired()
245 data->need_im2col = in AllocateTemporaryTensorsIfRequired()
249 if (data->need_im2col) { in AllocateTemporaryTensorsIfRequired()
453 if (data->need_im2col) { in Prepare()
1002 data->need_im2col in EvalImpl()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1264 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
1271 } else if (need_im2col) { in Conv()
1362 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConv() local
1370 } else if (need_im2col) { in HybridConv()
1450 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConvPerChannel() local
1462 } else if (need_im2col) { in HybridConvPerChannel()
1565 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
1576 } else if (need_im2col) { in Conv()
Dlegacy_optimized_ops.h2450 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2457 } else if (need_im2col) { in Conv()
2651 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2662 } else if (need_im2col) { in Conv()