Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ get
Method
get
imperative/python/megengine/traced_module/node.py:381–382 ·
view source on GitHub ↗
(cls, value, *default)
Source
from the content-addressed store, hash-verified
379
380
@classmethod
381
def
get(cls, value, *default):
382
return
getattr(value,
"_NodeMixin__node"
, *default)
383
384
@classmethod
385
def
get_wrapped_type(cls, value):
Callers
15
load_single_graph
Method · 0.45
_add_opr
Method · 0.45
make_data_given_desc
Function · 0.45
run_model
Function · 0.45
load_single_graph
Function · 0.45
add_inputs
Method · 0.45
apply_module_trace_hook
Method · 0.45
name
Method · 0.45
value
Method · 0.45
_node_to_tensor
Function · 0.45
_tensor_to_node
Function · 0.45
_name_setter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected