You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no official path for ANE support (see also tinygrad / PyTorch), but it seems plausible through MPSGraph with OptimizationLevel1 (that seems to use ANE).
Having said that, ANE support through that seems require op authors to maintain a list which can be successfully translated, which will not, and that is a very labor-intensive task involves a lot of trials-and-errors with different devices (the ANE support on different devices also varies).
I am not sure about TF. PyTorch doesn't support ANE. The way Apple doing is to introduce coremltools which can trace TF / PyTorch execution and build computation graph internally through CoreML to support computing capabilities. That's why it doesn't support full set of PyTorch ops.
s2nnc seems a bit slower compared to coreml. any plans to support ANE?
The text was updated successfully, but these errors were encountered: