Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ apply
Method
apply
src/gopt/impl/inference.cpp:420–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
void ParamRedistributePass::apply(OptState& state) const {
421
MIDOUT_B(
"ParamRedistributePass::apply"
)
422
Impl{state};
423
MIDOUT_E
424
}
425
426
/* ================ ParamFusePass ================ */
427
Callers
4
optimize_for_inference
Method · 0.45
layout_transform
Method · 0.45
try_reassociate
Method · 0.45
try_distribute_add
Method · 0.45
Calls
15
is_static_var_value
Function · 0.85
make_const
Function · 0.85
RelayoutFormat
Class · 0.85
is_const_var_shape
Function · 0.85
check_conv_bias
Function · 0.85
make_rewriter
Method · 0.80
comp_graph
Method · 0.80
copy_from_fixlayout
Method · 0.80
resize
Method · 0.80
is_lowbit_aligned
Method · 0.80
apply_inplace
Method · 0.80
call_with_opr
Method · 0.80
Tested by
no test coverage detected