-
Notifications
You must be signed in to change notification settings - Fork 549
CoreML macOS xcode16.0 b5
Alex Soto edited this page Aug 7, 2024
·
2 revisions
#CoreML.framework
diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h 2024-07-12 07:47:25
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Headers/MLComputePlan.h 2024-07-27 02:24:35
@@ -95,7 +95,7 @@
/// Returns The anticipated compute devices that would be used for executing an ML Program operation.
///
/// @param operation An ML Program operation.
-/// @returns The anticipated compute devices that would be used for evaluating the operation or `nil`if the usage couldn't be determined.
+/// @returns The anticipated compute devices that would be used for executing the operation or `nil`if the usage couldn't be determined.
- (nullable MLComputePlanDeviceUsage *)computeDeviceUsageForMLProgramOperation:(MLModelStructureProgramOperation *)operation NS_SWIFT_NAME(computeDeviceUsage(for:));
/// The model structure.