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.h60 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
187 const bool need_im2col = need_dilated_im2col || need_non_dilated_im2col; in IsIm2ColRequired() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h933 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
1031 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConv() local
1119 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConvPerChannel() local
1234 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
8080 const bool need_im2col = stride_depth != 1 || stride_height != 1 || in Conv3D() local
Dlegacy_optimized_ops.h2451 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2652 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local