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

Method getOperatorEngine

caffe2/python/docs/generator.py:40–41  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

38 return OperatorDoc(name, schema, priority)
39
40 def getOperatorEngine(self, name):
41 return OperatorEngine(name)
42
43 def getOperators(self):
44 # map: op_name -> operator

Callers 1

getOperatorsMethod · 0.95

Calls 1

OperatorEngineClass · 0.85

Tested by

no test coverage detected