ONE - On-device Neural Engine
|
#include <Types.h>
Data Fields | |
int16_t | width |
int16_t | height |
int16_t | width_offset |
int16_t | height_offset |
int16_t luci::compute::PaddingValues::height |
Definition at line 43 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int16_t luci::compute::PaddingValues::height_offset |
Definition at line 49 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
int16_t luci::compute::PaddingValues::width |
Definition at line 42 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int16_t luci::compute::PaddingValues::width_offset |
Definition at line 47 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().