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

Method contain

src/core/include/megbrain/graph/operator_node.h:453–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453bool OperatorNodeProp::contain(Flag req) const {
454 return static_cast<bool>(m_flag & req);
455}
456
457/*!
458 * \brief Node for an operator.

Callers 15

check_single_inputMethod · 0.45
get_opr_comp_node_setMethod · 0.45
split_into_cn2oprseqMethod · 0.45
init_sys_alloc_infoMethod · 0.45
check_opr_not_cross_memFunction · 0.45
proc_dfs_missing_dep0Method · 0.45
init_ready_eventMethod · 0.45
is_bad_oprFunction · 0.45
is_bad_oprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected