Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegCC
/ diff
Function
diff
runtime/test/common/common.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
static inline float diff(float x, float y) {
37
return x - y;
38
}
39
static inline int diff(int x, int y) {
40
return x - y;
41
}
Callers
1
assert_tensor_eq_with_dtype
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected