Home
last modified time | relevance | path

Searched defs:tile_stride_rows (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc315 const int64_t tile_stride_rows = transform->output_shape().rows; in operator ()() local
783 const int64_t tile_stride_rows = transform->output_shape().rows; in operator ()() local
1136 const int64_t tile_stride_rows = transform->output_shape().rows; in operator ()() local
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dinput_transform.hpp95 const auto tile_stride_rows = std::max(1u, m_input_rows - args.kernel_shape.rows + 1); in execute_internal() local