ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALPad.h File Reference
#include "core/OMRuntimeShape.h"
#include "core/OMKernelData.h"
#include "OMStatus.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::Pad (const core::PadParams &op_params, const core::OMRuntimeShape &input_shape, const float *input_data, const float pad_value, const core::OMRuntimeShape &output_shape, float *output_data)
 
template<typename T >
OMStatus onert_micro::execute::pal::QuantizedZeroPad (const core::PadParams &op_params, const core::OMRuntimeShape &input_shape, const onert_micro::core::QuantizationParams &input_qparams, const T *input_data, const core::OMRuntimeShape &output_shape, const onert_micro::core::QuantizationParams &output_qparams, T *output_data)