pyobjc-framework-MetalPerformanceShadersGraph 10.2__py2.py3-none-any.whl → 10.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- MetalPerformanceShadersGraph/_metadata.py +55 -3
- {pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info → pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info}/METADATA +3 -3
- pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info/RECORD +6 -0
- {pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info → pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/RECORD +0 -6
- {pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info → pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 18 09:32:37 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -475,6 +475,30 @@ try:
|
|
|
475
475
|
b"setAppend:",
|
|
476
476
|
{"arguments": {2: {"type": b"Z"}}},
|
|
477
477
|
)
|
|
478
|
+
r(
|
|
479
|
+
b"MPSGraphExecutionDescriptor",
|
|
480
|
+
b"completionHandler",
|
|
481
|
+
{
|
|
482
|
+
"retval": {
|
|
483
|
+
"callable": {
|
|
484
|
+
"retval": {"type": b"v"},
|
|
485
|
+
"arguments": {0: {"type": b"^v"}},
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
)
|
|
490
|
+
r(
|
|
491
|
+
b"MPSGraphExecutionDescriptor",
|
|
492
|
+
b"scheduledHandler",
|
|
493
|
+
{
|
|
494
|
+
"retval": {
|
|
495
|
+
"callable": {
|
|
496
|
+
"retval": {"type": b"v"},
|
|
497
|
+
"arguments": {0: {"type": b"^v"}},
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
)
|
|
478
502
|
r(
|
|
479
503
|
b"MPSGraphExecutionDescriptor",
|
|
480
504
|
b"setCompletionHandler:",
|
|
@@ -483,7 +507,11 @@ try:
|
|
|
483
507
|
2: {
|
|
484
508
|
"callable": {
|
|
485
509
|
"retval": {"type": b"v"},
|
|
486
|
-
"arguments": {
|
|
510
|
+
"arguments": {
|
|
511
|
+
0: {"type": b"^v"},
|
|
512
|
+
1: {"type": b"@"},
|
|
513
|
+
2: {"type": b"@"},
|
|
514
|
+
},
|
|
487
515
|
}
|
|
488
516
|
}
|
|
489
517
|
}
|
|
@@ -497,7 +525,11 @@ try:
|
|
|
497
525
|
2: {
|
|
498
526
|
"callable": {
|
|
499
527
|
"retval": {"type": b"v"},
|
|
500
|
-
"arguments": {
|
|
528
|
+
"arguments": {
|
|
529
|
+
0: {"type": b"^v"},
|
|
530
|
+
1: {"type": b"@"},
|
|
531
|
+
2: {"type": b"@"},
|
|
532
|
+
},
|
|
501
533
|
}
|
|
502
534
|
}
|
|
503
535
|
}
|
|
@@ -730,6 +762,26 @@ try:
|
|
|
730
762
|
)
|
|
731
763
|
finally:
|
|
732
764
|
objc._updatingMetadata(False)
|
|
765
|
+
|
|
766
|
+
objc.registerNewKeywordsFromSelector(
|
|
767
|
+
"MPSGraphExecutable", b"initWithMPSGraphPackageAtURL:compilationDescriptor:"
|
|
768
|
+
)
|
|
769
|
+
objc.registerNewKeywordsFromSelector("MPSGraphShapedType", b"initWithShape:dataType:")
|
|
770
|
+
objc.registerNewKeywordsFromSelector(
|
|
771
|
+
"MPSGraphTensorData", b"initWithDevice:data:shape:dataType:"
|
|
772
|
+
)
|
|
773
|
+
objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSImageBatch:")
|
|
774
|
+
objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSMatrix:")
|
|
775
|
+
objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSMatrix:rank:")
|
|
776
|
+
objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSNDArray:")
|
|
777
|
+
objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSVector:")
|
|
778
|
+
objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSVector:rank:")
|
|
779
|
+
objc.registerNewKeywordsFromSelector(
|
|
780
|
+
"MPSGraphTensorData", b"initWithMTLBuffer:shape:dataType:"
|
|
781
|
+
)
|
|
782
|
+
objc.registerNewKeywordsFromSelector(
|
|
783
|
+
"MPSGraphTensorData", b"initWithMTLBuffer:shape:dataType:rowBytes:"
|
|
784
|
+
)
|
|
733
785
|
expressions = {}
|
|
734
786
|
|
|
735
787
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-MetalPerformanceShadersGraph
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework MetalPerformanceShadersGraph on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -33,8 +33,8 @@ Description-Content-Type: text/x-rst; charset=UTF-8
|
|
|
33
33
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
34
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
35
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
-
Requires-Dist: pyobjc-core >=10.
|
|
37
|
-
Requires-Dist: pyobjc-framework-MetalPerformanceShaders >=10.
|
|
36
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
37
|
+
Requires-Dist: pyobjc-framework-MetalPerformanceShaders >=10.3
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
Wrappers for the "MetalPerformanceShadersGraph" framework on macOS.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
|
|
2
|
+
MetalPerformanceShadersGraph/_metadata.py,sha256=jU_JUGQcFQXXkCvCKzA7jRNvXbvUBE9DH7WW3N6UXRk,28807
|
|
3
|
+
pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info/METADATA,sha256=QGSPktH16mLHs361gns4_pCkMpFAJpgtx1oVhrJ3SvA,2332
|
|
4
|
+
pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
+
pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
|
|
6
|
+
pyobjc_framework_MetalPerformanceShadersGraph-10.3.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
|
|
2
|
-
MetalPerformanceShadersGraph/_metadata.py,sha256=nfflI6wHiRCU3p97fVQSIpBbNHU0r47lQYsSTf1lDgM,26892
|
|
3
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/METADATA,sha256=FapYTq1Xg4xwWDqNB0_7lGrgzB7g0ojvAG-WiMSSnVo,2332
|
|
4
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
5
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
|
|
6
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/RECORD,,
|