Expand description
Graph-Tensor Integration: Specialized implementations for seamless graph-tensor conversion
This module provides:
TensorGraph: Graph with native tensor node/edge featuresGraphToTensor: Convert traditional graphs to tensor representationsTensorToGraph: Convert tensors back to graph structures- Adjacency matrix extraction and reconstruction
- Feature matrix extraction for GNN workflows
Structs§
- Graph
Adjacency Matrix - Adjacency matrix representation for graph neural networks
- Graph
Batch - Batch multiple graphs into a single tensor representation
- Graph
Feature Extractor - Feature extractor for converting graphs to tensor representations
- Graph
Reconstructor - Reconstruct graph from tensor representations
Traits§
- Graph
Tensor Ext - Extension trait for Graph to add tensor conversion methods