Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ bizCode
Method
bizCode
source/core/Interpreter.cpp:592–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
}
591
592
const char* Interpreter::bizCode() const {
593
return mNet->bizCode.c_str();
594
}
595
596
const char* Interpreter::uuid() const {
597
return mNet->uuid.c_str();
Callers
4
convertToStaticModel.cpp
File · 0.80
Interpreter
Method · 0.80
PyMNNInterpreter_runSession
Function · 0.80
loadInternal
Function · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected