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

Function apply

src/jit/impl/halide/ast_hl.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376 static void init(FuncRef comp) { comp = cast<hl_comp_type>(0); }
377 static void apply(FuncRef comp, Halide::FuncRef in, float) {
378 comp += cast<hl_comp_type>(in);
379 }
380 static void on(FuncRef comp, FuncRef func) { func = cast<hl_out_type>(comp); }
381};
382

Callers 15

to_ownedMethod · 0.50
ImplMethod · 0.50
framework.cppFile · 0.50
runMethod · 0.50
PowCMethod · 0.50
makeMethod · 0.50
ArgsortForwardMethod · 0.50
PoolingForwardMethod · 0.50

Calls 2

maxFunction · 0.85
minFunction · 0.50

Tested by 1

runMethod · 0.40