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  luci_interpreter_pal
 

Functions

template<>
void luci_interpreter_pal::FullyConnected< int8_t > (const luci_interpreter_pal::FullyConnectedParams &params, const int32_t *, const int8_t *input_data, const int32_t *filter_shape, const int8_t *filter_data, const int32_t *bias_data, const int32_t *output_shape, int8_t *output_data, uint32_t output_dims_count, uint32_t weights_dims_count)
 
template<>
void luci_interpreter_pal::FullyConnected (const luci_interpreter_pal::FullyConnectedParams &params, const int32_t *, const int16_t *input_data, const int32_t *filter_shape, const int8_t *filter_data, const int64_t *bias_data, const int32_t *output_shape, int16_t *output_data, uint32_t output_dims_count, uint32_t weights_dims_count)