Skip to content

MetalPerformanceShadersGraph iOS xcode14.3 beta2

Alex Soto edited this page Feb 28, 2023 · 1 revision

#MetalPerformanceShadersGraph.framework

diff -ruN /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphPoolingOps.h /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphPoolingOps.h
--- /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphPoolingOps.h	2023-02-11 22:22:04
+++ /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphPoolingOps.h	2023-02-24 09:43:16
@@ -276,7 +276,7 @@
                                              indicesTensor:(MPSGraphTensor *) indices
                                                outputShape:(MPSShape*) outputShape
                                                descriptor:(MPSGraphPooling2DOpDescriptor *) descriptor
-                                                     name:(NSString * _Nullable) name;
+                                                     name:(NSString * _Nullable) name
 MPS_SWIFT_NAME( maxPooling2DGradient(gradient:indices:outputShape:descriptor:name:))
 MPS_AVAILABLE_STARTING(macos(13.0), ios(16.0), tvos(16.0));
 
@@ -294,7 +294,7 @@
                                              indicesTensor:(MPSGraphTensor *) indices
                                          outputShapeTensor:(MPSGraphTensor*) outputShape
                                                descriptor:(MPSGraphPooling2DOpDescriptor *) descriptor
-                                                     name:(NSString * _Nullable) name;
+                                                     name:(NSString * _Nullable) name
 MPS_SWIFT_NAME( maxPooling2DGradient(gradient:indices:outputShape:descriptor:name:))
 MPS_AVAILABLE_STARTING(macos(13.0), ios(16.0), tvos(16.0));
 
@@ -351,7 +351,7 @@
                                              indicesTensor:(MPSGraphTensor *) indices
                                                outputShape:(MPSShape*) outputShape
                                                descriptor:(MPSGraphPooling4DOpDescriptor *) descriptor
-                                                     name:(NSString * _Nullable) name;
+                                                     name:(NSString * _Nullable) name
 MPS_SWIFT_NAME( maxPooling4DGradient(gradient:indices:outputShape:descriptor:name:))
 MPS_AVAILABLE_STARTING(macos(13.0), ios(16.0), tvos(16.0));
 
@@ -370,7 +370,7 @@
                                              indicesTensor:(MPSGraphTensor *) indices
                                          outputShapeTensor:(MPSGraphTensor*) outputShape
                                                descriptor:(MPSGraphPooling4DOpDescriptor *) descriptor
-                                                     name:(NSString * _Nullable) name;
+                                                     name:(NSString * _Nullable) name
 MPS_SWIFT_NAME( maxPooling4DGradient(gradient:indices:outputShape:descriptor:name:))
 MPS_AVAILABLE_STARTING(macos(13.0), ios(16.0), tvos(16.0));
 
Clone this wiki locally