Searched refs:strides_w (Results 1 – 3 of 3) sorted by relevance
38 int strides_w) { in CheckKernelsAndStrides() argument40 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckKernelsAndStrides()55 absl::Status CheckStrides(int strides_h, int strides_w) { in CheckStrides() argument56 if (strides_h <= 0 || strides_w <= 0) { in CheckStrides()59 ", stride_width = ", strides_w)); in CheckStrides()
54 int strides_w);57 absl::Status CheckStrides(int strides_h, int strides_w);
94 absl::Status CheckStridesAndDilation(int strides_h, int strides_w, in CheckStridesAndDilation() argument96 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckStridesAndDilation()