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

Method LibraryModuleObj

src/ffi/extra/library_module.cc:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36class LibraryModuleObj final : public ModuleObj {
37 public:
38 explicit LibraryModuleObj(ObjectPtr<Library> lib) : lib_(std::move(lib)) {}
39
40 const char* kind() const final { return "library"; }
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected