#include "PALFullyConnectedCommon.h"
#include <arm_nnfunctions.h>
Go to the source code of this file.
|
template<> |
OMStatus | onert_micro::execute::pal::FullyConnected< int8_t > (const core::FullyConnectedParams ¶ms, 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 ¶ms, 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) |
|