Load your local .tflite file or a URL, define the expected input shape, and verify the
model's output signature.
1. Load Model
Awaiting model file or URL...
--- OR ---
2. Model Topology & Signature
Model Topology
Layer Count: N/A
First 3 Operations (Type: Name)
Waiting for model load...
NOTE: This extraction relies on non-public properties of the TFLite
runtime. For the complete, raw model graph (all layers/operations), check the Developer
Console (F12) and navigate the logged object: tfliteModel → executor → graph → nodes.
Input/Output Signature
Enter the exact input shape your model expects for a successful dry run.