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

Method AddScopedExternalOutputs

caffe2/python/core.py:2096–2099  ·  view source on GitHub ↗
(self, *outputs)

Source from the content-addressed store, hash-verified

2094 return res
2095
2096 def AddScopedExternalOutputs(self, *outputs):
2097 return self.AddExternalOutput(
2098 * [ScopedBlobReference(b) for b in outputs]
2099 )
2100
2101 # This returns a reference to the observer
2102 def AddObserver(self, observer_type):

Callers

nothing calls this directly

Calls 2

AddExternalOutputMethod · 0.95
ScopedBlobReferenceFunction · 0.85

Tested by

no test coverage detected