19#include "PALDepthToSpace.h"
35 output()->element_type() == DataType::U8)
62 switch (
input()->element_type())
64 case DataType::FLOAT32:
75 throw std::runtime_error(
"luci-intp DepthToSpace Unsupported Type.");
const DepthToSpaceParams & params() const
void resize(const Shape &new_shape)
const Shape & shape() const
void configure() override
void execute() const override
const Tensor * input() const
DepthToSpace(const Tensor *input, Tensor *output, const DepthToSpaceParams ¶ms)
#define LUCI_INTERPRETER_CHECK(cond)
const luci_interpreter::RuntimeShape output_shape
tflite::RuntimeShape getTensorShape(const Tensor *tensor)
T must_cast(loco::Node *node)