17#ifndef LUCI_INTERPRETER_PAL_L2NORMALIZE_H
18#define LUCI_INTERPRETER_PAL_L2NORMALIZE_H
20#include <tensorflow/lite/kernels/internal/reference/l2normalization.h>
25static inline void L2Normalization(
const tflite::L2NormalizationParams &op_params,
26 const tflite::RuntimeShape &input_shape,
const T *input_data,
27 const tflite::RuntimeShape &
output_shape, T *output_data)
29 tflite::reference_ops::L2Normalization(op_params, input_shape, input_data,
output_shape,
const luci_interpreter::RuntimeShape output_shape