MCPcopy 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_graphMethod · 0.45
_add_oprMethod · 0.45
make_data_given_descFunction · 0.45
run_modelFunction · 0.45
load_single_graphFunction · 0.45
add_inputsMethod · 0.45
nameMethod · 0.45
valueMethod · 0.45
_node_to_tensorFunction · 0.45
_tensor_to_nodeFunction · 0.45
_name_setterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected