MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / loadOpPackage

Function loadOpPackage

mllm/mllm.cpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112SessionTCB::ptr_t thisThread() { return Context::instance().thisThread(); }
113
114void loadOpPackage(const std::string& path) { Context::instance().loadOpPackage(path); }
115
116void loadExtensionOpset(const std::string& description_com_path, const std::string& where_to_find_me) {
117 auto cloned_description_com_path = description_com_path;

Callers 2

loadExtensionOpsetFunction · 0.85
HostTest.cppFile · 0.85

Calls 1

loadOpPackageMethod · 0.45

Tested by

no test coverage detected