#include "PALFullyConnectedCommon.h"
Go to the source code of this file.
|
template<> |
void | luci_interpreter_pal::FullyConnected (const luci_interpreter_pal::FullyConnectedParams ¶ms, const int32_t *input_shape, 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, uint32_t) |
|
template<> |
void | luci_interpreter_pal::FullyConnected (const luci_interpreter_pal::FullyConnectedParams &, const int32_t *, const int16_t *, const int32_t *, const int8_t *, const int64_t *, const int32_t *, int16_t *, uint32_t, uint32_t) |
|