Home
last modified time | relevance | path

Searched defs: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
/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
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1264 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
1362 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConv() local
1450 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConvPerChannel() local
1565 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
Dlegacy_optimized_ops.h2450 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2651 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local