mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-12-04 05:50:44 +00:00
remove cache size restrict
Signed-off-by: w30052974 <wangyifan94@huawei.com>
This commit is contained in:
parent
1ddc594023
commit
d3bd0b2994
@ -585,7 +585,7 @@ OH_NN_ReturnCode AuthenticateModel(const Compilation* compilation, bool &exceedR
|
||||
return OH_NN_SUCCESS;
|
||||
}
|
||||
|
||||
OH_NN_ReturnCode Authentication(Compilation** compilation, bool &exceedRamLimit)
|
||||
OH_NN_ReturnCode Authentication(Compilation** compilation, bool &isExceedRamLimit)
|
||||
{
|
||||
if (compilation == nullptr) {
|
||||
LOGE("Authentication failed, compilation is nullptr.");
|
||||
|
Loading…
Reference in New Issue
Block a user