Home | History | Annotate | Download | only in framework

Lines Matching defs:stride_rows

424   const int32 stride_rows = GetTensorDim(strides, data_format, 'H');
466 c, input_spatial_dims[0], filter_rows_dim, dilation_rows, stride_rows,
498 int32 stride_planes, stride_rows, stride_cols;
508 stride_rows = strides[4];
511 stride_rows = strides[2];
537 c, in_rows_dim, filter_rows_dim, stride_rows, padding, &output_rows));
571 int32 stride_rows;
579 stride_rows = strides[2];
582 stride_rows = strides[1];
611 c, in_rows_dim, filter_rows_dim, stride_rows, padding, &output_rows));
660 int32 stride_rows = GetTensorDim(strides, data_format, 'H');
684 c, in_rows_dim, kernel_rows, stride_rows, padding, &output_rows));
811 int32 stride_rows = GetTensorDim(strides, data_format, 'H');
833 c, in_rows_dim, kernel_rows, stride_rows, padding, &output_rows));
913 int32 stride_rows = GetTensorDim(strides, data_format, 'H');
935 c, in_rows_dim, kernel_rows, stride_rows, padding, &output_rows));
973 int32 stride_planes, stride_rows, stride_cols;
984 stride_rows = strides[3];
991 stride_rows = strides[2];
1014 c, in_rows_dim, kernel_rows, stride_rows, padding, &output_rows));