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

Function node

imperative/python/megengine/utils/tensorboard.py:75–78  ·  view source on GitHub ↗
(
    name, op="UnSpecified", input=None, outputshape=None, dtype=None, attributes={}
)

Source from the content-addressed store, hash-verified

73
74
75def node(
76 name, op="UnSpecified", input=None, outputshape=None, dtype=None, attributes={}
77):
78 return node_proto(name, op, input, outputshape, dtype, attributes)
79
80
81def graph(node_list):

Callers 6

wrapMethod · 0.85
to_stringMethod · 0.85
as_immutable_scalarMethod · 0.85
symbol_var.cppFile · 0.85
make_scalarMethod · 0.85

Calls 1

node_protoFunction · 0.85

Tested by

no test coverage detected