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

Method do_make_node_prop

src/opr/impl/loop/impl.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287cg::OperatorNodeBase::NodeProp* LoopImpl::DescImplBase::CounterProvider::
288 do_make_node_prop() const {
289 auto prop = Super::do_make_node_prop();
290 prop->add_flag(NodeProp::Flag::DISALLOW_COMP_NODE_OPTIMIZE);
291 return prop;
292}
293
294void LoopImpl::DescImplBase::CounterProvider::init_output_comp_node() {
295 mgb_assert(config().has_comp_node_set());

Callers

nothing calls this directly

Calls 1

do_make_node_propFunction · 0.70

Tested by

no test coverage detected