ONE - On-device Neural Engine
|
#include "PALUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | luci_interpreter_pal |
Functions | |
void | luci_interpreter_pal::TransposeConv (const ConvParams ¶ms, const luci_interpreter::RuntimeShape &input_shape, const float *input_data, const luci_interpreter::RuntimeShape &filter_shape, const float *filter_data, const luci_interpreter::RuntimeShape &bias_shape, const float *bias_data, const luci_interpreter::RuntimeShape &output_shape, float *output_data) |