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

Method do_make_node_prop

src/opr-mm/impl/io_remote.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102cg::OperatorNodeBase::NodeProp* RemoteSend::do_make_node_prop() const {
103 auto prop = RemoteIOBase::do_make_node_prop();
104 prop->add_flag(NodeProp::Flag::CROSS_COMP_NODE_MEMORY);
105 return prop;
106}
107
108#if MGB_ENABLE_GRAD
109MGB_IMPL_OPR_GRAD(RemoteSend) {

Callers

nothing calls this directly

Calls 3

reset_dep_typeMethod · 0.80
do_make_node_propFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected