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

Function _g

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

Source from the content-addressed store, hash-verified

525 return "{}_v".format(param)
526
527 def _g(param):
528 return "{}_g".format(param)
529
530 def _v_prev(param):
531 return "{}_prev".format(param)

Callers 1

Parallelize_BMUFFunction · 0.85

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected