Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc311 const int64 tile_stride_cols = transform->output_shape().cols; in operator ()() local
328 const int64 f_c_start = s_c * tile_stride_cols; in operator ()()
702 const int64 tile_stride_cols = transform->output_shape().cols; in operator ()() local
710 const int64 in_c = in_c_start + t * tile_stride_cols; in operator ()()
771 const int64 tile_stride_cols = transform->output_shape().cols; in operator ()() local
796 const int64 out_c_start = (in_c + t * tile_stride_cols) + in operator ()()
797 args.pad_cols - sc * tile_stride_cols; in operator ()()
1118 const int64 tile_stride_cols = transform->output_shape().cols; in operator ()() local
1130 const int64 in_c = tile_c * tile_stride_cols - col_pad; in operator ()()
1138 const int64 in_c = unroll_col_limit * tile_stride_cols - col_pad; in operator ()()