DGL
入门
安装和设置
DGL 快速入门
进阶资料
🆕 使用 GraphBolt 进行 GNN 的随机训练
用户指南
用户指南【包含过时信息】
사용자 가이드[시대에 뒤쳐진]
🆕 教程:图 Transformer
教程:dgl.sparse
在 CPU 上训练
在多 GPU 上训练
分布式训练
使用 DGL 进行论文研习
API 参考
dgl
dgl.data
dgl.dataloading
dgl.DGLGraph
dgl.distributed
dgl.function
dgl.geometry
🆕 dgl.graphbolt
数据集
图
特征和 FeatureStore
DataLoader
ItemSet
ItemSampler
MiniBatch
NegativeSampler
SubgraphSampler
FeatureFetcher
CopyTo
工具函数
dgl.graphbolt.cpu_cached_feature
dgl.graphbolt.gpu_cached_feature
dgl.graphbolt.fused_csc_sampling_graph
dgl.graphbolt.load_from_shared_memory
dgl.graphbolt.from_dglgraph
dgl.graphbolt.etype_str_to_tuple
dgl.graphbolt.etype_tuple_to_str
dgl.graphbolt.isin
dgl.graphbolt.seed
dgl.graphbolt.index_select
dgl.graphbolt.expand_indptr
dgl.graphbolt.indptr_edge_ids
dgl.graphbolt.add_reverse_edges
dgl.graphbolt.exclude_seed_edges
dgl.graphbolt.compact_csc_format
dgl.graphbolt.unique_and_compact
dgl.graphbolt.unique_and_compact_csc_formats
dgl.graphbolt.numpy_save_aligned
numpy_save_aligned()
dgl.nn (PyTorch)
dgl.nn.functional
dgl.ops
dgl.optim
dgl.sampling
dgl.sparse
dgl.multiprocessing
dgl.transforms
用户自定义函数
说明
贡献 DGL
DGL 外部函数接口 (FFI)
性能基准测试
杂项
常见问题 (FAQ)
环境变量
资源
DGL
🆕 dgl.graphbolt
dgl.graphbolt.numpy_save_aligned
查看页面源码
dgl.graphbolt.numpy_save_aligned
dgl.graphbolt.
numpy_save_aligned
(
*
args
,
**
kwargs
)
[源码]
numpy.save() 的包装器,确保数组按 4KiB 对齐存储。
Read the Docs
v: latest
版本
下载
在 Read the Docs 上
项目主页
构建