Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ resizeSession
Method
resizeSession
source/core/Interpreter.cpp:483–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
return tensors;
482
}
483
void Interpreter::resizeSession(Session* session) {
484
resizeSession(session, 0);
485
}
486
487
void Interpreter::resizeSession(Session* session, int needRelloc) {
488
std::unique_lock<std::mutex> _l(mNet->lock);
Callers
15
modelTestWithConfig
Function · 0.95
modelTest
Function · 0.95
inference
Function · 0.95
inference
Function · 0.95
main
Function · 0.80
test_main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
runEvaluation
Function · 0.80
Java_com_taobao_android_mnn_MNNNetNative_nativeReshapeSession
Function · 0.80
_run
Method · 0.80
run
Method · 0.80
Calls
2
get
Method · 0.45
resize
Method · 0.45
Tested by
7
modelTestWithConfig
Function · 0.76
main
Function · 0.64
test_main
Function · 0.64
main
Function · 0.64
_run
Method · 0.64
run
Method · 0.64
run
Method · 0.64