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

Function Parallelize_iDeep

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

Source from the content-addressed store, hash-verified

43 Parallelize(*args, **kwargs)
44
45def Parallelize_iDeep(*args, **kwargs):
46 kwargs['ideep'] = True
47 Parallelize(*args, **kwargs)
48
49def Parallelize(
50 model_helper_obj,

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…