17#ifndef __LOCO_IR_PADDING2D_H__
18#define __LOCO_IR_PADDING2D_H__
28 Padding2D() : _top{0}, _bottom{0}, _left{0}, _right{0}
uint32_t left(void) const
void left(uint32_t value)
Padding2D(uint32_t top, uint32_t bottom, uint32_t left, uint32_t right)
uint32_t bottom(void) const
uint32_t right(void) const
void bottom(uint32_t value)
void right(uint32_t value)
T must_cast(FeatureEncoder *node)
A helper dynamic_cast that throws when failed.