Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
to
Method · 0.80
__init__
Method · 0.80
load
Method · 0.80
_make_const_for_backward
Method · 0.80
make_const
Method · 0.80
make_h2d
Method · 0.80
input_callback
Function · 0.80
__init__
Method · 0.80
concat
Function · 0.80
stack
Function · 0.80
copy
Function · 0.80
fwd
Function · 0.80
Calls
no outgoing calls
Tested by
1
fwd
Function · 0.64