Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperation_parser.cc40 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckKernelsAndStrides()
55 absl::Status CheckStrides(int strides_h, int strides_w) { in CheckStrides() function
Doperation_parser.h57 absl::Status CheckStrides(int strides_h, int strides_w);
Dmodel_builder.cc96 RETURN_IF_ERROR(CheckStrides(strides_h, strides_w)); in CheckStridesAndDilation()
2085 CheckStrides(tf_options->stride_height, tf_options->stride_width)); in IsSupported()