19#include "kernels/Utils.h"
21#include "PALSpaceToBatchND.h"
78 switch (
input()->element_type())
81 case DataType::FLOAT32:
83 luci_interpreter_pal::SpaceToBatchND(
91 luci_interpreter_pal::SpaceToBatchND(
98 throw std::runtime_error(
"luci-intp ShapeToBatchND Unsupported type.");
void resize(const Shape &new_shape)
const Shape & shape() const
int32_t zero_point() const
SpaceToBatchND(const Tensor *input, const Tensor *block_shape, const Tensor *paddings, Tensor *output)
const Tensor * input() const
void execute() const override
const Tensor * block_shape() const
const Tensor * paddings() const
void configure() override
#define LUCI_INTERPRETER_CHECK(cond)
const luci_interpreter::RuntimeShape output_shape
tflite::RuntimeShape getTensorShape(const Tensor *tensor)
T must_cast(loco::Node *node)