17#ifndef LUCI_INTERPRETER_KERNELS_CONCATENATION_H
18#define LUCI_INTERPRETER_KERNELS_CONCATENATION_H
41 template <
typename T>
void evalGeneric()
const;
42 void evalQuantized()
const;
const std::vector< const Tensor * > _inputs
const std::vector< Tensor * > _outputs
const ConcatenationParams & params() const
const Tensor * input(int index) const
void execute() const override
void configure() override