Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Doperations.h181 struct Pooling3DAttributes { struct
182 PoolingType type = PoolingType::UNDEFINED;
184 HWD strides = HWD(0, 0, 0);
185 HWD kernel = HWD(0, 0, 0);
186 Padding3D padding;
190 bool output_indices = false;