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

Method Run

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

Source from the content-addressed store, hash-verified

661struct CallVia {
662 template <typename Self, typename... Args>
663 static auto Run(Self&& self, Args&&... args) {
664 return (std::forward<Self>(self).*Method)(std::forward<Args>(args)...);
665 }
666};
667
668} // namespace overload_cast_test

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected