| 100 | } |
| 101 | |
| 102 | cg::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 |
| 109 | MGB_IMPL_OPR_GRAD(RemoteSend) { |
nothing calls this directly
no test coverage detected