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

Function _v

caffe2/python/data_parallel_model.py:524–525  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

522 num_workers
523
524 def _v(param):
525 return "{}_v".format(param)
526
527 def _g(param):
528 return "{}_g".format(param)

Callers 1

Parallelize_BMUFFunction · 0.85

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected