#include "OMStatus.h"
#include "PALUtils.h"
#include <cmath>
Go to the source code of this file.
|
template<typename InputType , typename WeightType , typename OutputType , typename BiasType > |
OMStatus | onert_micro::execute::pal::FullyConnected (const core::FullyConnectedParams ¶ms, 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 ¶ms, 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) |
|