ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALDepthwiseConv2d.h File Reference
#include <tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h>
#include <tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h>
#include <tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h>

Go to the source code of this file.

Namespaces

namespace  luci_interpreter_pal
 

Functions

template<>
void luci_interpreter_pal::DepthwiseConvPerChannel< int8_t > (const tflite::DepthwiseParams &params, const int32_t *output_multiplier, const int32_t *output_shift, const tflite::RuntimeShape &input_shape, const int8_t *input_data, const tflite::RuntimeShape &filter_shape, const int8_t *filter_data, const tflite::RuntimeShape &bias_shape, const int32_t *bias_data, const tflite::RuntimeShape &output_shape, int8_t *output_data, const tflite::RuntimeShape &scratchpad_shape, int8_t *scratchpad_data)