MCPcopy Create free account
hub / github.com/apache/tvm-ffi / AddOneInt

Method AddOneInt

tests/cpp/test_overload.cc:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 explicit TestOverloadObj(float y) : type(Type::FLOAT) {}
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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected