Skip to content

Commit eac5d47

Browse files
authored
[xcode26.0] Update CoreML to beta 1. (#23100)
1 parent dc6dab1 commit eac5d47

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

src/coreml.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ public enum MLMultiArrayDataType : long {
8585
Float = 0x10000 | 32,
8686
/// <summary>The array stores 32-bit integer values.</summary>
8787
Int32 = 0x20000 | 32,
88+
/// <summary>The array stores 8-bit integer values.</summary>
89+
[iOS (26, 0), Mac (26, 0), TV (26, 0), MacCatalyst (26, 0)]
90+
Int8 = 0x20000 | 8,
8891
}
8992

9093
/// <summary>Enumerates the form of a <see cref="CoreML.MLImageSizeConstraint" />.</summary>

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreML.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreML.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreML.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreML.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)