Skip to content

CoreML macOS 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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h
--- /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h	2023-06-10 02:28:30
+++ /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLNeuralEngineComputeDevice.h	2023-06-29 00:23:51
@@ -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