We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b5eb6 commit f39e694Copy full SHA for f39e694
extension/apple/ExecuTorch/Exported/ExecuTorchValue.h
@@ -34,8 +34,7 @@ typedef NSNumber *ExecuTorchScalarValue
34
NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(ScalarValue);
35
typedef NSString *ExecuTorchStringValue
36
NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(StringValue);
37
-typedef BOOL ExecuTorchBooleanValue
38
- NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(BoolValue);
+typedef BOOL ExecuTorchBooleanValue NS_SWIFT_NAME(BoolValue);
39
typedef NSInteger ExecuTorchIntegerValue
40
NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(IntegerValue);
41
typedef double ExecuTorchDoubleValue
0 commit comments