MCPcopy Create free account
hub / github.com/pytorch/pytorch / _run

Method _run

caffe2/python/optimizer.py:67–68  ·  view source on GitHub ↗
(self, net, param_init_net, param_info)

Source from the content-addressed store, hash-verified

65 self._run(net, param_init_net, param)
66
67 def _run(self, net, param_init_net, param_info):
68 raise Exception("Not Implemented")
69
70 def get_cpu_blob_name(self, base_str, node_name=""):
71 classname = self.__class__.__name__

Callers 3

__call__Method · 0.95
_runMethod · 0.45
caffe2_yellowfinMethod · 0.45

Calls 1

ExceptionClass · 0.85

Tested by 1

caffe2_yellowfinMethod · 0.36