{{ model_name }}

Model Compilation Summary
DeepX Web Studio
📋 Model Overview
Model Name {{ model_name }}
Parameters {{ "{:,}".format(total_params) }}
🔧 Compiler Version
dx_com {{ compiler_version }}
🔌 Input / Output Tensors
{% for inp in inputs %} {% endfor %} {% for out in outputs %} {% endfor %}
Model input and output tensor details
DirectionNameShapeType
Input {{ inp.name }} {{ inp.shape if inp.shape else "dynamic" }} {{ inp.dtype }}
Output {{ out.name }} {{ out.shape if out.shape else "dynamic" }} {{ out.dtype }}
{% if preprocess_ops %}
⚙️ Fused Preprocessing
{% for op in preprocess_ops %} {{ op }} {% endfor %}
{% endif %}
🛠️ Compile Option
Target Device {{ target_device }}
Opt Level {{ opt_level }}
Calibration Method {{ calibration_method }}
Calibration Num {{ calibration_num }}
Aggressive Partitioning {{ "Yes" if aggressive_partitioning else "No" }}
Additional Quantization Option {{ dxq_scheme }}
{% if dxnn_graph != "null" %}
🔍 Compiled DXNN Graph
Explorer
Loading...
Nodes: 0 Edges: 0 Zoom: 100%
{% endif %}