Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ lookupCustomizedOp
Method
lookupCustomizedOp
mllm/backends/base/PluginSystem.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
int32_t OpPluginSystem::lookupCustomizedOp(DeviceTypes device_type, const std::string& name) {
94
return op_name_table_[device_type][name];
95
}
96
97
} // namespace mllm::plugin
Callers
1
lookupCustomizedOpId
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected