Searched refs:CheckStrides (Results 1 – 3 of 3) sorted by relevance
40 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckKernelsAndStrides()55 absl::Status CheckStrides(int strides_h, int strides_w) { in CheckStrides() function
57 absl::Status CheckStrides(int strides_h, int strides_w);
96 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckStridesAndDilation()2085 CheckStrides(tf_options->stride_height, tf_options->stride_width)); in IsSupported()