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

Method get_next_blob_reference

caffe2/python/layers/layers.py:420–422  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

418 return param.parameter
419
420 def get_next_blob_reference(self, name):
421 with scope.NameScope(self.name, reset=True):
422 return self.model.net.NextScopedBlob(name)
423
424 def add_operators(self, net, init_net=None, context=InstantiationContext.TRAINING):
425 """

Callers 15

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

NextScopedBlobMethod · 0.80

Tested by

no test coverage detected