MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / children

Method children

scripts/gdb/pretty_printers.py:137–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return "LogicalTensorDesc"
136
137 def children(self):
138 yield "layout", self.layout
139 yield "comp_node", self.comp_node
140 yield "value", print_small_tensor(self.value)
141
142
143class OpDefPrinter:

Callers

nothing calls this directly

Calls 1

print_small_tensorFunction · 0.85

Tested by

no test coverage detected