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

Method operators

caffe2/python/nomnigraph.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51 @property
52 def operators(self):
53 return self._NNModule.dataFlow().operators
54
55 @property
56 def tensors(self):

Callers

nothing calls this directly

Calls 1

dataFlowMethod · 0.80

Tested by

no test coverage detected