Remove eigen compliation option (#161)

Remove eigen option
This commit is contained in:
Jack Zhou
2022-08-26 11:20:52 +08:00
committed by GitHub
parent e345ef6fd9
commit 391d66381f
10 changed files with 10 additions and 35 deletions

View File

@@ -22,7 +22,7 @@
#include "gtest_utils.h"
namespace fastdeploy {
#ifdef ENABLE_FDTENSOR_FUNC
TEST(fastdeploy, transpose_2d) {
FDTensor input, output;
CheckShape check_shape;
@@ -57,5 +57,4 @@ TEST(fastdeploy, transpose_5d) {
expected_result.data(), expected_result.size());
}
#endif
} // namespace fastdeploy