Gating Tflite Op Envelopes

Statically gate a TFLite model against one or more target runtime envelopes — parse the flatbuffer (no runtime load) for custom ops + declared min_runtime_version, and emit PASS / REJECT with the offending operators and version per envelope. Use when screening a candidate .tflite or .task bundle for a runtime before adopting it (e.g. a host runtime and a device runtime), or recording a model card's runtime-compatibility verdict.

vemodalen-x Updated

File contents

vemodalen-x/VEMO_SKILLS/tree/main/skills/code/gating-tflite-op-envelopes commit fca7775bef

Frequently asked questions

npx skillmds@latest add vemodalen-x/gating-tflite-op-envelopes