Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DPooling.cpp45 struct PoolingParam { struct
46 int32_t padding_left, padding_right;
47 int32_t padding_top, padding_bottom;
48 int32_t stride_width, stride_height;
49 int32_t filter_width, filter_height;
50 int32_t activation;
51 bool useNchw = false;
53 bool initialize(const IOperationExecutionContext* context) { in initialize()
105 tflite::PoolParams toTfliteParam(const Shape& output) const { in toTfliteParam()