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

Method to_c

imperative/python/megengine/core/_wrap.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 return self._logical_name
27
28 def to_c(self):
29 return self._cn
30
31 def __repr__(self):
32 return "{}({})".format(type(self).__qualname__, repr(self._cn))

Callers 12

toMethod · 0.80
__init__Method · 0.80
loadMethod · 0.80
make_constMethod · 0.80
make_h2dMethod · 0.80
input_callbackFunction · 0.80
__init__Method · 0.80
concatFunction · 0.80
stackFunction · 0.80
copyFunction · 0.80
fwdFunction · 0.80

Calls

no outgoing calls

Tested by 1

fwdFunction · 0.64