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- @available(*, message: " This API is experimental" )
13+ __attribute__ ((deprecated( " This API is experimental and may change without notice. " )) )
1414NS_SWIFT_NAME(Module)
1515@interface ExecuTorchModule : NSObject
1616
Original file line number Diff line number Diff line change 1010
1111NS_ASSUME_NONNULL_BEGIN
1212
13- @available(*, message: " This API is experimental" )
13+ __attribute__ ((deprecated( " This API is experimental and may change without notice. " )) )
1414NS_SWIFT_NAME(Tensor)
1515@interface ExecuTorchTensor : NSObject
1616
Original file line number Diff line number Diff line change 1010
1111NS_ASSUME_NONNULL_BEGIN
1212
13- @available(*, message: " This API is experimental" )
13+ __attribute__ ((deprecated( " This API is experimental and may change without notice. " )) )
1414NS_SWIFT_NAME(Value)
1515@interface ExecuTorchValue : NSObject
1616
You can’t perform that action at this time.
0 commit comments