MCPcopy 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
657int FreeFeed(const Cat*, int x) { return 6000 + x; }
658int FreeFeed(const Dog*, int x) { return 7000 + x; }
659
660template <auto Method>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected