FFreeTool.wang
Tools/AI model files/TFLite Viewer

TFLite Model Structure Viewer

Inspect TFLite FlatBuffer subgraphs, operators, tensors, shapes, dtypes, and quantization parameters.

AI Model Inspector

Files are parsed in this browser and are never uploaded.

.tflite,.lite · ≤ 100 MB
Models are inspected as read-only structures; inference, scripts, and custom operators are not executed.

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.

  1. Choose a .tflite or .lite file.
  2. Inspect schema, subgraphs, inputs, outputs, and operator versions.
  3. Review tensor dtype, shape, buffer, scale, and zero point.
  4. 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.