Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc310 const int64 tile_stride_rows = transform->output_shape().rows; in operator ()() local
327 const int64 f_r_start = s_r * tile_stride_rows; in operator ()()
770 const int64 tile_stride_rows = transform->output_shape().rows; in operator ()() local
792 in_r + args.pad_rows - sr * tile_stride_rows; in operator ()()
1117 const int64 tile_stride_rows = transform->output_shape().rows; in operator ()() local
1125 const int64 in_r = tile_r * tile_stride_rows - row_pad; in operator ()()