Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc89 bool need_im2col; member
157 data->need_im2col = in AllocateTemporaryTensorsIfRequired()
175 if (data->need_im2col) { in AllocateTemporaryTensorsIfRequired()
336 if (data->need_im2col) { in Prepare()
673 data->need_im2col in Eval()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h2139 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2146 } else if (need_im2col) { in Conv()
2223 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConv() local
2226 if (need_im2col) { in HybridConv()
2388 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2399 } else if (need_im2col) { in Conv()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h2208 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2215 } else if (need_im2col) { in Conv()
2305 const bool need_im2col = stride_width != 1 || stride_height != 1 || in HybridConv() local
2308 if (need_im2col) { in HybridConv()
2391 const bool need_im2col = stride_width != 1 || stride_height != 1 || in Conv() local
2402 } else if (need_im2col) { in Conv()