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

Function Parallelize_CPU

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

Source from the content-addressed store, hash-verified

39
40
41def Parallelize_CPU(*args, **kwargs):
42 kwargs['cpu_device'] = True
43 Parallelize(*args, **kwargs)
44
45def Parallelize_iDeep(*args, **kwargs):
46 kwargs['ideep'] = True

Callers

nothing calls this directly

Calls 1

ParallelizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…