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

Method name

src/gopt/impl/basic_arith/trans.cpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275const char* ArithMulDistributePass::name() const {
276 return mgb_cstr_log("mul_distribute");
277}
278
279void ArithMulDistributePass::apply(OptState& opt) const {
280 MIDOUT_B("ArithMulDistributePass::apply")

Callers 12

modify_concat_opr_formatFunction · 0.45
mixin_analyzeMethod · 0.45
emitMethod · 0.45
profile_var_nodeMethod · 0.45
build_blob_from_oprMethod · 0.45
build_blob_from_varMethod · 0.45
try_make_tensor_shapeMethod · 0.45
make_aligned_descMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected