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

Method Run

tests/cpp/test_reflection.cc:652–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650// disambiguates against the longer variant.
651struct Mix {
652 int Run(int, int) { return 1000; }
653 int Run(int, double) { return 2000; }
654 int Run(int, int, int) { return 3000; }
655};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected