Skip to content

Commit

Permalink
MNN:Bugfix: Fix bug for windows compile for test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaying committed Jun 15, 2024
1 parent 65ec0ea commit 1924cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/TensorUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class MNN_PUBLIC TensorUtils {
static bool reshapeSlice(Tensor::InsideDescribe::Region& slice, int outside, int inside, int axis);

class FuseRegionStatus;
class FuseWrap {
class MNN_PUBLIC FuseWrap {
public:
FuseWrap();
~ FuseWrap();
Expand Down

0 comments on commit 1924cc1

Please sign in to comment.