File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
extension/apple/ExecuTorch/Exported Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111NS_ASSUME_NONNULL_BEGIN
1212
13- __attribute__ ((deprecated(" This API is experimental and may change without notice." )))
1413NS_SWIFT_NAME (Module)
14+ __attribute__((deprecated(" This API is experimental." )))
1515@interface ExecuTorchModule : NSObject
1616
1717+ (instancetype )new NS_UNAVAILABLE;
Original file line number Diff line number Diff line change 1010
1111NS_ASSUME_NONNULL_BEGIN
1212
13- __attribute__ ((deprecated(" This API is experimental and may change without notice." )))
1413NS_SWIFT_NAME (Tensor)
14+ __attribute__((deprecated(" This API is experimental." )))
1515@interface ExecuTorchTensor : NSObject
1616
1717+ (instancetype )new NS_UNAVAILABLE;
Original file line number Diff line number Diff line change 1010
1111NS_ASSUME_NONNULL_BEGIN
1212
13- __attribute__ ((deprecated(" This API is experimental and may change without notice." )))
1413NS_SWIFT_NAME (Value)
14+ __attribute__((deprecated(" This API is experimental." )))
1515@interface ExecuTorchValue : NSObject
1616
1717@end
You can’t perform that action at this time.
0 commit comments