ONE - On-device Neural Engine
|
#include "PALConv2DCommon.h"
#include "core/OMKernelData.h"
#include "core/OMRuntimeShape.h"
#include "PALUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | onert_micro |
namespace | onert_micro::execute |
namespace | onert_micro::execute::pal |
Functions | |
OMStatus | onert_micro::execute::pal::ConvPerChannel (const core::ConvQuant ¶ms, const core::OMRuntimeShape &input_shape, const int8_t *input_data, const core::OMRuntimeShape &filter_shape, const int8_t *filter_data, const int32_t *bias_data, const core::OMRuntimeShape &output_shape, int8_t *output_data) |