53 tflite::ResizeBilinearParams op_params{};
56 switch (
output()->element_type())
58 case DataType::FLOAT32:
59 luci_interpreter_pal::ResizeBilinear(
64 luci_interpreter_pal::ResizeBilinear(
69 throw std::runtime_error(
"luci-intp ResizeBilinear Unsupported type.");