mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-12-04 14:11:01 +00:00
fuzztest add
Signed-off-by: w30052974 <wangyifan94@huawei.com>
This commit is contained in:
parent
1d1941f248
commit
0976e3f14e
@ -287,6 +287,12 @@ bool NNCoreFuzzTest(const uint8_t* data, size_t size)
|
||||
if (!NNCoreTensorDescFuzzTest(data, size)) {
|
||||
ret = false;
|
||||
}
|
||||
if (!NNCoreTensorFuzzTest(data, size)) {
|
||||
ret = false;
|
||||
}
|
||||
if (!NNCoreExecutorFuzzTest(data, size)) {
|
||||
ret = false;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user