-
Notifications
You must be signed in to change notification settings - Fork 516
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));
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status