19#include "kernels/Utils.h"
21#include <tensorflow/lite/kernels/internal/reference/floor.h>
39 switch (
input()->element_type())
41 case DataType::FLOAT32:
46 throw std::runtime_error(
"luci-intp Floor Unsupported type.");
50void Floor::evalFloat()
const
void resize(const Shape &new_shape)
Floor(const Tensor *input, Tensor *output)
void configure() override
const Tensor * input() const
void execute() const override
#define LUCI_INTERPRETER_CHECK(cond)
tflite::RuntimeShape getTensorShape(const Tensor *tensor)