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

Method RemoveObserver

caffe2/python/core.py:2105–2106  ·  view source on GitHub ↗
(self, observer)

Source from the content-addressed store, hash-verified

2103 return C.add_observer_to_net(self._net.name, observer_type)
2104
2105 def RemoveObserver(self, observer):
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)

Callers 2

testObserverMethod · 0.80

Calls

no outgoing calls

Tested by 2

testObserverMethod · 0.64