How to use TFLite Viewer
Readable structure does not prove a model runs on Android, iOS, Edge TPU, or NNAPI; delegate support needs target-device testing.
- Choose a .tflite or .lite file.
- Inspect schema, subgraphs, inputs, outputs, and operator versions.
- Review tensor dtype, shape, buffer, scale, and zero point.
- Record custom ops and dynamic shapes for target-device validation.
What this tool helps with
- Check mobile-model interfaces quickly
- Inspect quantization and operator versions
- Processing runs in this browser tab; the file is not uploaded to FreeTool to perform the task.
Compatibility and limitations
- No inference or delegate compatibility test
- Custom ops expose names and references only
- No model accuracy, latency, or peak-memory prediction
Frequently asked questions
Can it prove NNAPI support?
No. Device, Android release, and delegate operator support must be tested.
How do I inspect quantization?
Review dtype, scale, and zero point on input, output, and weight tensors.
Is the model uploaded?
Processing runs in this browser tab; the file is not uploaded to FreeTool to perform the task.