mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-11-26 17:30:29 +00:00
change MAX_MODEL_SIZE to 500M
Signed-off-by: w30052974 <wangyifan94@huawei.com>
This commit is contained in:
parent
73011a1e9f
commit
5da7b8721a
@ -27,7 +27,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace NeuralNetworkRuntime {
|
||||
constexpr int32_t MAX_MODEL_SIZE = 200 * 1024 * 1024; // 200MB
|
||||
constexpr int32_t MAX_MODEL_SIZE = 500 * 1024 * 1024; // 200MB
|
||||
constexpr int32_t NULL_PTR_LENGTH = 0;
|
||||
constexpr int32_t NUMBER_CACHE_INFO_MEMBERS = 3;
|
||||
constexpr int32_t HEX_UNIT = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user