From 2529a35533b79ee823c037b6b383f03a36f4b82b Mon Sep 17 00:00:00 2001 From: w30052974 Date: Tue, 10 Dec 2024 21:04:23 +0800 Subject: [PATCH] nnrt 4.1 release space add Signed-off-by: w30052974 --- test/fuzztest/nnrt_device_impl.h | 2 +- test/fuzztest/nnrt_prepare_model_impl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fuzztest/nnrt_device_impl.h b/test/fuzztest/nnrt_device_impl.h index 90ac757..1e21b53 100644 --- a/test/fuzztest/nnrt_device_impl.h +++ b/test/fuzztest/nnrt_device_impl.h @@ -14,7 +14,7 @@ */ #ifndef OHOS_HDI_NNRT_V2_0_NNRTDEVICEIMPL_H #define OHOS_HDI_NNRT_V2_0_NNRTDEVICEIMPL_H -#include"../../common/log.h" +#include "../../common/log.h" #include "v2_0/innrt_device.h" diff --git a/test/fuzztest/nnrt_prepare_model_impl.h b/test/fuzztest/nnrt_prepare_model_impl.h index 3ba0a47..e73dcd6 100644 --- a/test/fuzztest/nnrt_prepare_model_impl.h +++ b/test/fuzztest/nnrt_prepare_model_impl.h @@ -15,7 +15,7 @@ #ifndef OHOS_HDI_NNRT_V2_0_NNRTPREPAREMODELIMPL_H #define OHOS_HDI_NNRT_V2_0_NNRTPREPAREMODELIMPL_H -#include"../../common/log.h" +#include "../../common/log.h" #include "v2_0/iprepared_model.h" -- Gitee