MCPcopy Index your code
hub / github.com/pytorch/pytorch / Parallelize_CPU_BMUF

Function Parallelize_CPU_BMUF

caffe2/python/data_parallel_model.py:422–424  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

420
421
422def Parallelize_CPU_BMUF(*args, **kwargs):
423 kwargs['cpu_device'] = True
424 Parallelize_BMUF(*args, **kwargs)
425
426
427def Parallelize_BMUF(

Callers

nothing calls this directly

Calls 1

Parallelize_BMUFFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…