ONE - On-device Neural Engine
|
#include <tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h>
#include <tensorflow/lite/kernels/internal/reference/pooling.h>
Go to the source code of this file.
Namespaces | |
namespace | luci_interpreter_pal |
Functions | |
template<> | |
void | luci_interpreter_pal::AveragePool< int8_t > (const tflite::PoolParams ¶ms, const tflite::RuntimeShape &input_shape, const int8_t *input_data, const tflite::RuntimeShape &output_shape, int8_t *output_data, const tflite::RuntimeShape &scratchpad_shape, int8_t *scratchpad_data) |