ONE - On-device Neural Engine
|
#include <ScratchpadHelperCMSISNN.h>
Public Member Functions | |
ScratchpadHelperCMSISNN (bool use_dsp) | |
uint32_t | ComputeScratchpadSizeAveragePool2d (const luci::CircleAveragePool2D *avg_pool) final |
std::vector< uint32_t > | ComputeScratchpadSizeBatchMatMul (const luci::CircleBatchMatMul *batch_mat_mul) final |
uint32_t | ComputeScratchpadSizeConv2d (const luci::CircleConv2D *conv) final |
uint32_t | ComputeScratchpadSizeDepthwiseConv2d (const luci::CircleDepthwiseConv2D *depthwise_conv) final |
std::vector< uint32_t > | ComputeScratchpadSizeSVDF (const luci::CircleSVDF *svdf) final |
Public Member Functions inherited from circle_planner::IScratchpadHelper | |
virtual | ~IScratchpadHelper ()=default |
Definition at line 39 of file ScratchpadHelperCMSISNN.h.
|
inlineexplicit |
Definition at line 42 of file ScratchpadHelperCMSISNN.h.
|
inlinefinalvirtual |
Implements circle_planner::IScratchpadHelper.
Definition at line 47 of file ScratchpadHelperCMSISNN.h.
|
inlinefinalvirtual |
Implements circle_planner::IScratchpadHelper.
Definition at line 62 of file ScratchpadHelperCMSISNN.h.
|
inlinefinalvirtual |
Implements circle_planner::IScratchpadHelper.
Definition at line 67 of file ScratchpadHelperCMSISNN.h.
|
inlinefinalvirtual |
Implements circle_planner::IScratchpadHelper.
Definition at line 120 of file ScratchpadHelperCMSISNN.h.
|
inlinefinalvirtual |
Implements circle_planner::IScratchpadHelper.
Definition at line 149 of file ScratchpadHelperCMSISNN.h.