MCPcopy
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
523def sync():
524 context = context().context()
525 context.async_wait()
526
527
528class GradContext:

Callers

nothing calls this directly

Calls 2

contextMethod · 0.80
contextFunction · 0.70

Tested by

no test coverage detected