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

Method getOperatorDoc

caffe2/python/docs/generator.py:37–38  ·  view source on GitHub ↗
(self, name, schema, priority)

Source from the content-addressed store, hash-verified

35
36class OpDocGenerator(DocGenerator):
37 def getOperatorDoc(self, name, schema, priority):
38 return OperatorDoc(name, schema, priority)
39
40 def getOperatorEngine(self, name):
41 return OperatorEngine(name)

Callers 1

getOperatorsMethod · 0.95

Calls 1

OperatorDocClass · 0.85

Tested by

no test coverage detected