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

Function Parallelize_GPU

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

Source from the content-addressed store, hash-verified

34
35
36def Parallelize_GPU(*args, **kwargs):
37 kwargs['cpu_device'] = False
38 Parallelize(*args, **kwargs)
39
40
41def Parallelize_CPU(*args, **kwargs):

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…