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

Method createBody

caffe2/python/docs/generator.py:88–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 )
87
88 def createBody(self):
89 operators = self.getOperators()
90
91 for operator in operators:
92 operator.generateSchema(self.formatter)
93
94 self.content_body += self.formatter.dump()
95
96
97class OperatorEngine:

Callers 1

generator.pyFile · 0.45

Calls 3

getOperatorsMethod · 0.95
generateSchemaMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected