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

Method GetAllParams

caffe2/python/model_helper.py:405–406  ·  view source on GitHub ↗
(self, namescope=None)

Source from the content-addressed store, hash-verified

403 if p.GetNameScope().startswith(namescope)]
404
405 def GetAllParams(self, namescope=None):
406 return self.GetParams(namescope) + self.GetComputedParams(namescope)
407
408 def TensorProtosDBInput(
409 self, unused_blob_in, blob_out, batch_size, db, db_type, **kwargs

Callers 2

test_get_paramsMethod · 0.95

Calls 2

GetParamsMethod · 0.95
GetComputedParamsMethod · 0.95

Tested by 1

test_get_paramsMethod · 0.76