Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegCC
/ diff
Function
diff
compiler/test/kernel/common/src/checker.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
return res;
79
}
80
static inline float diff(float x, float y) {
81
return x - y;
82
}
83
static inline int diff(int x, int y) {
84
return x - y;
85
}
Callers
1
assert_tensor_eq_with_iter
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected