Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ sync
Function
sync
python/dgl/backend/tensorflow/tensor.py:523–525 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
521
522
523
def
sync():
524
context = context().context()
525
context.async_wait()
526
527
528
class
GradContext:
Callers
nothing calls this directly
Calls
2
context
Method · 0.80
context
Function · 0.70
Tested by
no test coverage detected