Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ param
Method
param
imperative/src/impl/ops/custom_opdef.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
: m_op(op), m_param(param) {}
20
21
void CustomOpDef::param(const custom::Param& rhs) {
22
m_param = rhs;
23
}
24
25
custom::Param& CustomOpDef::param(void) {
26
return m_param;
Callers
15
init_graph_rt
Function · 0.45
make_custom_op
Function · 0.45
matrix_mul_grad_rule
Function · 0.45
batched_matrix_mul_grad_rule
Function · 0.45
warp_affine_grad_rule
Function · 0.45
where_grad_rule
Function · 0.45
setup_algo
Function · 0.45
DnnOprStub
Method · 0.45
DnnOprStub
Class · 0.45
DnnOprHolder
Class · 0.45
apply_on_var_node
Function · 0.45
infer_output_attrs_fallible
Function · 0.45
Calls
no outgoing calls
Tested by
3
apply_on_var_node
Function · 0.36
make_from_op_node
Function · 0.36
apply_on_var_node
Function · 0.36