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