17#ifndef LUCI_INTERPRETER_KERNELS_UNPACK_H
18#define LUCI_INTERPRETER_KERNELS_UNPACK_H
40 template <
typename T>
void executeImpl()
const;
const std::vector< const Tensor * > _inputs
const std::vector< Tensor * > _outputs
const UnpackParams & params() const
Tensor * output(int index) const
const Tensor * input() const
void execute() const override
void configure() override