Skip to main content

Module graph_visualizer

Module graph_visualizer 

Source
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§

ComputationGraph
Computation graph definition
GraphEdge
Graph edge representing data flow
GraphNode
Graph node representing an operation or tensor
GraphStatistics
Graph statistics
GraphVisualizer
Graph visualizer for computation graphs
GraphVisualizerConfig
Configuration for graph visualization

Enums§

GraphColorScheme
Color scheme for graph nodes
LayoutDirection
Layout direction for graph visualization