Expand description
Netron export functionality for model visualization
This module provides tools to export TrustformeRS models to formats compatible with Netron (https://netron.app/), a powerful neural network visualizer.
Structs§
- Graph
Node - Graph node representing a layer or operation
- Model
Graph - Model graph containing nodes and edges
- Model
Metadata - Model metadata
- Netron
Exporter - Netron exporter for model visualization
- Netron
Model - ONNX-like model representation for Netron visualization
- Tensor
Data - Tensor data for weights and biases
- Tensor
Info - Tensor information
Enums§
- Attribute
Value - Attribute value types
- Export
Format - Export format options