Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ AddOneFloat
Method
AddOneFloat
tests/cpp/test_overload.cc:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
static int AddOneInt(int x) { return x + 1; }
38
static float AddOneFloat(float x) { return x + 1.0f; }
39
40
template <typename T>
41
auto Holds(T) const {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected