Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
453
bool 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_input
Method · 0.45
get_opr_comp_node_set
Method · 0.45
split_into_cn2oprseq
Method · 0.45
init_sys_alloc_info
Method · 0.45
fwd_in2out_writable_force
Method · 0.45
mixin_init_output_comp_node
Method · 0.45
check_opr_not_cross_mem
Function · 0.45
proc_dfs_missing_dep0
Method · 0.45
change_to_specific_stream
Method · 0.45
init_ready_event
Method · 0.45
is_bad_opr
Function · 0.45
is_bad_opr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected