Home
last modified time | relevance | path

Searched defs:Pooling2DAttributes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Doperations.h169 struct Pooling2DAttributes { struct
170 PoolingType type = PoolingType::UNDEFINED;
172 HW strides = HW(-1, -1);
173 HW kernel = HW(-1, -1);
174 Padding2D padding;
178 bool output_indices = false;