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

Go to the source code of this file.

Namespaces

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

Functions

template<>
OMStatus onert_micro::execute::pal::FullyConnected< int8_t > (const core::FullyConnectedParams &params, 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)
 
template<>
OMStatus onert_micro::execute::pal::FullyConnected (const core::FullyConnectedParams &params, const int16_t *input_data, const core::OMRuntimeShape &filter_shape, const int8_t *filter_data, const int64_t *bias_data, const core::OMRuntimeShape &output_shape, int16_t *output_data)