Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperation_parser.cc38 int strides_w) { in CheckKernelsAndStrides() argument
40 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckKernelsAndStrides()
55 absl::Status CheckStrides(int strides_h, int strides_w) { in CheckStrides() argument
56 if (strides_h <= 0 || strides_w <= 0) { in CheckStrides()
59 ", stride_width = ", strides_w)); in CheckStrides()
Doperation_parser.h54 int strides_w);
57 absl::Status CheckStrides(int strides_h, int strides_w);
Dmodel_builder.cc94 absl::Status CheckStridesAndDilation(int strides_h, int strides_w, in CheckStridesAndDilation() argument
96 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckStridesAndDilation()