Searched defs:filter_y_end (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/neon/
H A Ddepthwiseconv_float.h633 const int filter_y_end = local
648 for (int filter_y = filter_y_start; filter_y < filter_y_end;
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Ddepthwiseconv_float.h999 const int filter_y_end = local
1014 for (int filter_y = filter_y_start; filter_y < filter_y_end;
H A Ddepthwiseconv_uint8.h1771 const int filter_y_end = local
1786 for (int filter_y = filter_y_start; filter_y < filter_y_end;

Completed in 192 milliseconds