Skip to content

CoreML iOS xcode15.0 b3

Manuel de la Pena edited this page Aug 31, 2023 · 3 revisions

#CoreML.framework https://github.com/xamarin/xamarin-macios/pull/18898

diff -ruN /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h
--- /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h	2023-06-14 02:27:15
+++ /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h	2023-06-29 00:36:13
@@ -20,4 +20,7 @@
 
 + (instancetype)new NS_UNAVAILABLE;
 
+/// The total number of cores in the NeuralEngine.
+@property (readonly, assign, nonatomic) NSInteger totalCoreCount;
+
 @end
Clone this wiki locally