17#ifndef LUCI_INTERPRETER_PAL_ELU_H
18#define LUCI_INTERPRETER_PAL_ELU_H
20#include <tensorflow/lite/kernels/internal/reference/elu.h>
25static inline void Elu(
const tflite::RuntimeShape &input_shape,
const float *input_data,
26 const tflite::RuntimeShape &
output_shape,
float *output_data)
28 tflite::reference_ops::Elu(input_shape, input_data,
output_shape, output_data);
const luci_interpreter::RuntimeShape output_shape