Skip to content

Commit 79acc62

Browse files
committed
Fix build #3
1 parent 86f83d7 commit 79acc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/mps/runtime/operations/MPSGraphSequoiaOps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
@property(readwrite, nonatomic) bool implicitZeroPoint;
4646
@end
4747

48-
@interface MPSGraph (MPSGraphQuantizationOps)
48+
@interface MPSGraph ()
4949
- (MPSGraphTensor *_Nonnull)dequantizeTensor:(MPSGraphTensor *_Nonnull)tensor
5050
scaleTensor:(MPSGraphTensor *_Nonnull)scaleTensor
5151
zeroPointTensor:(MPSGraphTensor *_Nonnull)zeroPointTensor

0 commit comments

Comments
 (0)