ONE - On-device Neural Engine
Loading...
Searching...
No Matches
mir::AvgPool2DOpAttributes Struct Reference

#include <Attributes.h>

Public Member Functions

 AvgPool2DOpAttributes ()=default
 

Data Fields

std::vector< std::int32_t > window {1, 1}
 
std::vector< std::int32_t > strides {1, 1}
 
std::vector< std::int32_t > padding_before {0, 0}
 
std::vector< std::int32_t > padding_after {0, 0}
 
DataFormat data_format {DataFormat::NHWC}
 
bool include_pad {true}
 

Detailed Description

Definition at line 38 of file Attributes.h.

Constructor & Destructor Documentation

◆ AvgPool2DOpAttributes()

mir::AvgPool2DOpAttributes::AvgPool2DOpAttributes ( )
default

Field Documentation

◆ data_format

◆ include_pad

◆ padding_after

std::vector<std::int32_t> mir::AvgPool2DOpAttributes::padding_after {0, 0}

◆ padding_before

std::vector<std::int32_t> mir::AvgPool2DOpAttributes::padding_before {0, 0}

◆ strides

std::vector<std::int32_t> mir::AvgPool2DOpAttributes::strides {1, 1}

◆ window


The documentation for this struct was generated from the following file: