HomeSort by relevance Sort by last modified time
    Searched refs:need_im2col (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
cblas_conv.h 48 const bool need_im2col = stride_width != 1 || stride_height != 1 || local
50 if (need_im2col) {
optimized_ops.h 777 const bool need_im2col = stride_width != 1 || stride_height != 1 || local
858 const bool need_im2col = stride_width != 1 || stride_height != 1 || local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/
conv.cc 75 bool need_im2col; member in struct:tflite::ops::builtin::conv::OpData
205 data->need_im2col =
220 if (data->need_im2col) {
232 if (data->need_im2col) {
408 data->need_im2col

Completed in 217 milliseconds