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

#include <Attributes.h>

Public Member Functions

 MaxPool2DOpAttributes ()=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}
 

Detailed Description

Definition at line 50 of file Attributes.h.

Constructor & Destructor Documentation

◆ MaxPool2DOpAttributes()

mir::MaxPool2DOpAttributes::MaxPool2DOpAttributes ( )
default

Field Documentation

◆ data_format

◆ padding_after

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

◆ padding_before

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

◆ strides

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

◆ window

std::vector<std::int32_t> mir::MaxPool2DOpAttributes::window {1, 1}

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