Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ FreeFeed
Function
FreeFeed
tests/cpp/test_reflection.cc:657–657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
};
656
657
int FreeFeed(const Cat*, int x) { return 6000 + x; }
658
int FreeFeed(const Dog*, int x) { return 7000 + x; }
659
660
template <auto Method>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected