ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALFullyConnectedCommon.h File Reference
#include "OMStatus.h"
#include "PALUtils.h"
#include <cmath>

Go to the source code of this file.

Namespaces

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

Functions

template<typename InputType , typename WeightType , typename OutputType , typename BiasType >
OMStatus onert_micro::execute::pal::FullyConnected (const core::FullyConnectedParams &params, const InputType *input_data, const core::OMRuntimeShape &filter_shape, const WeightType *filter_data, const BiasType *bias_data, const core::OMRuntimeShape &output_shape, OutputType *output_data)
 
template<typename WeightType >
OMStatus onert_micro::execute::pal::FullyConnected (const core::FullyConnectedParams &params, const float *input_data, const core::OMRuntimeShape &filter_shape, const WeightType *filter_data, const float *bias_data, const core::OMRuntimeShape &output_shape, float *output_data)