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

Method name

src/gopt/impl/inference.cpp:217–219  ·  view source on GitHub ↗

================ ParamRedistributePass ================ */

Source from the content-addressed store, hash-verified

215
216/* ================ ParamRedistributePass ================ */
217const char* ParamRedistributePass::name() const {
218 return mgb_cstr_log("param_redistribute");
219}
220
221class ParamRedistributePass::Impl final : public RecursiveSubGraphRewriteHelper {
222 ConstVarPropogate m_cvprop;

Callers 3

param_mergeFunction · 0.45
applyMethod · 0.45
makeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected