Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ NumObservers
Method
NumObservers
caffe2/python/core.py:2108–2109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2106
C.remove_observer_from_net(self._net.name, observer)
2107
2108
def
NumObservers(self):
2109
return
C.num_observers_on_net(self._net.name)
2110
2111
@property
2112
def
external_inputs(self):
Callers
1
testObserver
Method · 0.80
Calls
no outgoing calls
Tested by
1
testObserver
Method · 0.64