ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALDepthwiseConv2DCommon.h File Reference
#include "PALUtils.h"
#include "core/OMKernelData.h"
#include "core/OMRuntimeShape.h"
#include "OMStatus.h"
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  onert_micro
 
namespace  onert_micro::execute
 
namespace  onert_micro::execute::pal
 

Functions

template<typename T >
OMStatus onert_micro::execute::pal::DepthwiseConv2D (const core::FloatConv2D *params, const core::OMRuntimeShape &input_shape, const T *input_data, const core::OMRuntimeShape &filter_shape, const T *filter_data, const T *bias_data, const core::OMRuntimeShape &output_shape, T *output_data)
 
template<>
OMStatus onert_micro::execute::pal::DepthwiseConv2D< float > (const core::FloatConv2D *params, const core::OMRuntimeShape &input_shape, const float *input_data, const core::OMRuntimeShape &filter_shape, const float *filter_data, const float *bias_data, const core::OMRuntimeShape &output_shape, float *output_data)