Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ init
Function
init
src/jit/impl/halide/ast_hl.cpp:376–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
TRAIT_IMPL_COMMON;
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
}
Callers
6
InfkernFinder
Method · 0.50
solve
Method · 0.50
get_workspace_size
Method · 0.50
exec
Method · 0.50
mut_desc
Method · 0.50
FancyIndexingHelper
Method · 0.50
Calls
2
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected