Expand description
Computation graph visualization tools
This module provides tools to visualize the computation graph of neural networks, including layer connections, tensor shapes, and operation flows.
Structs§
- Computation
Graph - Computation graph definition
- Graph
Edge - Graph edge representing data flow
- Graph
Node - Graph node representing an operation or tensor
- Graph
Statistics - Graph statistics
- Graph
Visualizer - Graph visualizer for computation graphs
- Graph
Visualizer Config - Configuration for graph visualization
Enums§
- Graph
Color Scheme - Color scheme for graph nodes
- Layout
Direction - Layout direction for graph visualization