Posts

Post not yet marked as solved
4 Replies
0 Views
Ah, I see that there are also ML Compute Objective-C APIs - https://developer.apple.com/documentation/mlcompute/mlctensor?language=objc, parallel to the Swift ones. I wonder if it's possible to call into these Objective-C entry points (header files) via C interoperability in other languages (Python)?
Post not yet marked as solved
4 Replies
0 Views
If not, what would be the best way to write C shims for ML Compute types like MLCTensor and MLCTrainingGraph?