MCPcopy Index your code
hub / github.com/dmlc/dgl / _comm_setup

Method _comm_setup

python/dgl/optim/pytorch/sparse_optim.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 """
116
117 def _comm_setup(self):
118 self._comm = True
119
120 def _shared_setup(self):
121 for emb in self._params:

Callers 1

stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected