-
Notifications
You must be signed in to change notification settings - Fork 516
MetalPerformanceShadersGraph tvOS xcode16.2 b3
Rolf Bjarne Kvinge edited this page Nov 29, 2024
·
2 revisions
#MetalPerformanceShadersGraph.framework https://github.com/xamarin/xamarin-macios/pull/21731
diff -ruN /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h /Applications/Xcode_16.2.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h
--- /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h 2024-10-21 21:45:40
+++ /Applications/Xcode_16.2.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h 2024-11-04 08:20:59
@@ -163,7 +163,7 @@
endMask:(uint32_t) endMask
squeezeMask:(uint32_t) squeezeMask
name:(NSString * _Nullable) name
-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));
+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2));
/// Creates a slice operation and returns the result tensor.
///
@@ -183,7 +183,7 @@
sizeTensor:(MPSGraphTensor *) sizeTensor
squeezeMask:(uint32_t) squeezeMask
name:(NSString * _Nullable) name
-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));
+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2));
/// Creates a strided-slice gradient operation and returns the result tensor.
///
@@ -224,7 +224,7 @@
endMask:(uint32_t) endMask
squeezeMask:(uint32_t) squeezeMask
name:(NSString * _Nullable) name
-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));
+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2));
/// Creates a slice gradient operation and returns the result tensor.
///
@@ -242,7 +242,7 @@
sizeTensor:(MPSGraphTensor *) sizeTensor
squeezeMask:(uint32_t) squeezeMask
name:(NSString * _Nullable) name
-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));
+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2));
/// Creates a strided-slice gradient operation and returns the result tensor.
///
- 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