MCPcopy 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
93int32_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

lookupCustomizedOpIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected