Unverified Commit d92a4e8b authored by ndickson-nvidia's avatar ndickson-nvidia Committed by GitHub
Browse files

[Bug] Fixed missing dgl.transforms.functional __all__ entries (#4089)

parent eabcc58e
......@@ -79,7 +79,10 @@ __all__ = [
'norm_by_dst',
'radius_graph',
'random_walk_pe',
'laplacian_pe'
'laplacian_pe',
'to_half',
'to_float',
'to_double'
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment