[Other] Add namespace for functions (#538)

Add namespace for functions
This commit is contained in:
Jason
2022-11-09 13:57:53 +08:00
committed by GitHub
parent 4706a7c32a
commit f2fed7959b
27 changed files with 63 additions and 61 deletions

View File

@@ -21,7 +21,7 @@
#include "gtest_utils.h"
namespace fastdeploy {
namespace function {
TEST(fastdeploy, concat1) {
CheckShape check_shape;
std::vector<FDTensor> inputs(3);
@@ -77,4 +77,5 @@ TEST(fastdeploy, concat5) {
check_shape(output.shape, {5, 6, 4, 5});
}
} // namespace function
} // namespace fastdeploy