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

Function _v_prev

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

Source from the content-addressed store, hash-verified

528 return "{}_g".format(param)
529
530 def _v_prev(param):
531 return "{}_prev".format(param)
532
533 # Keep track of params that were in the model before: they are not
534 # data parallel, so we need to handle them separately

Callers 1

Parallelize_BMUFFunction · 0.85

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…