Searched defs:PoolingParam (Results 1 – 1 of 1) sorted by relevance
47 struct PoolingParam { struct48 int32_t padding_left, padding_right;49 int32_t padding_top, padding_bottom;50 int32_t stride_width, stride_height;51 int32_t filter_width, filter_height;52 int32_t activation;53 bool useNchw = false;55 bool initialize(const IOperationExecutionContext* context) { in initialize()107 tflite::PoolParams toTfliteParam(const Shape& output) const { in toTfliteParam()