3 lines
104 B
Python
3 lines
104 B
Python
"""dgl distributed sparse optimizer for pytorch."""
|
|
from .sparse_optim import SparseAdagrad, SparseAdam
|