Home
last modified time | relevance | path

Searched defs:need_im2col (Results 1 – 5 of 5) 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/
Dconv3d.cc51 bool need_im2col = false; member
Dconv.cc111 bool need_im2col = false; member
184 const bool need_im2col = need_dilated_im2col || need_non_dilated_im2col; in IsIm2ColRequired() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1262 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
1360 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConv() local
1448 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConvPerChannel() local
1563 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
8130 const bool need_im2col = stride_depth != 1 || stride_height != 1 || in Conv3D() local
Dlegacy_optimized_ops.h2449 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2650 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local