mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-12-04 05:50:44 +00:00
cache number limit
Signed-off-by: w30052974 <wangyifan94@huawei.com>
This commit is contained in:
parent
65e720ba56
commit
eab4cb80d1
@ -47,7 +47,7 @@ const std::string NULL_HARDWARE_NAME = "default";
|
||||
const std::string HARDWARE_NAME = "const.ai.nnrt_deivce";
|
||||
const std::string HARDWARE_VERSION = "v5_0";
|
||||
constexpr size_t HARDWARE_NAME_MAX_LENGTH = 128;
|
||||
constexpr size_t FILE_NUMBER_MAX = 100;
|
||||
constexpr size_t FILE_NUMBER_MAX = 100; // 限制cache文件数量最大为100
|
||||
|
||||
NNRT_API NN_QuantParam *OH_NNQuantParam_Create()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user