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
d3bd0b2994
commit
deb6f47b85
@ -27,7 +27,6 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace NeuralNetworkRuntime {
|
||||
constexpr int32_t MAX_MODEL_SIZE = 200 * 1024 * 1024; // 200MB
|
||||
constexpr int32_t NULL_PTR_LENGTH = 0;
|
||||
constexpr int32_t NUMBER_CACHE_INFO_MEMBERS = 3;
|
||||
constexpr int32_t NUMBER_CACHE_INFO_EXTENSION_MEMBERS = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user