mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
@@ -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
|
||||
|
Reference in New Issue
Block a user