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

Method SystemLibrary

src/ffi/extra/library_module_system_lib.cc:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68class SystemLibrary final : public Library {
69 public:
70 explicit SystemLibrary(String symbol_prefix) : symbol_prefix_(std::move(symbol_prefix)) {}
71
72 void* GetSymbol(const String& name) final {
73 // The `name` might or might not already contain the symbol prefix.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected