17#ifndef LUCI_INTERPRETER_PAL_LEAKYRELU_H
18#define LUCI_INTERPRETER_PAL_LEAKYRELU_H
20#include <tensorflow/lite/kernels/internal/optimized/optimized_ops.h>
24static inline void LeakyRelu(
const tflite::LeakyReluParams ¶ms,
25 const tflite::RuntimeShape &input_shape,
const float *input_data,
26 const tflite::RuntimeShape &
output_shape,
float *output_data)
28 tflite::optimized_ops::LeakyRelu(params, input_shape, input_data,
output_shape, output_data);
const luci_interpreter::RuntimeShape output_shape