Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extension/apple/ExecuTorch/Exported/ExecuTorchLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ NS_SWIFT_NAME(LogSink)
* A singleton class for managing log sinks and dispatching log messages.
*/
NS_SWIFT_NAME(Log)
__attribute__((objc_subclassing_restricted))
@interface ExecuTorchLog : NSObject

/// The shared singleton log instance.
Expand Down
2 changes: 2 additions & 0 deletions extension/apple/ExecuTorch/Exported/ExecuTorchModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
* and its debug name.
*/
NS_SWIFT_NAME(TensorMetadata)
__attribute__((objc_subclassing_restricted))
@interface ExecuTorchTensorMetadata : NSObject

/** The size of each dimension. */
Expand Down Expand Up @@ -46,6 +47,7 @@ NS_SWIFT_NAME(TensorMetadata)
* per-tensor metadata, buffer sizes, backends, and instruction count.
*/
NS_SWIFT_NAME(MethodMetadata)
__attribute__((objc_subclassing_restricted))
@interface ExecuTorchMethodMetadata : NSObject

/** The method’s name. */
Expand Down
Loading