17#include "kernels/LocalResponseNormalization.h"
19#include "kernels/Utils.h"
47 switch (
output()->element_type())
49 case DataType::FLOAT32:
50 tflite::LocalResponseNormalizationParams op_params;
55 luci_interpreter_pal::LocalResponseNormalization(
57 getTensorData<float>(
output()));
60 throw std::runtime_error(
"luci-intp LocalResponseNormalizartion Unsupported type.");
const LocalResponseNormalizationParams & params() const
void resize(const Shape &new_shape)
void execute() const override
void configure() override
LocalResponseNormalization(const Tensor *input, Tensor *output, const LocalResponseNormalizationParams ¶ms)
const Tensor * input() const
#define LUCI_INTERPRETER_CHECK(cond)
tflite::RuntimeShape getTensorShape(const Tensor *tensor)