TensorFlow Lite for bare-metal system

Is it possible to run tflite on bare-metal?
Is it possible to have tflite custom delegate for RISCV-Vector on bare metal (no OS-device)?

Hi @peter_cz,

TFLite, particularly made for microcontrollers and other environments with restricted resources, such as bare-metal systems without an operating system. For your usecase you can develop custom delegate for RISC-V Vector. Here are the few references 1, 2 for custom delegates.

Thank You