We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!, Is there a way to get multiple MPSNNImageNode from a MPSNNGraph?
We can use this function to specify multiple result images:
let graph = MPSNNGraph(device: commandQueue.device, resultImages: [...], resultsAreNeeded: &returnImages)
However, to run the graph the function:
graph.executeAsync(withSourceImages: [inputImage]) { (outputImage, error) in ...
Only has one MPSImage output.
And I can only get the first MPSNNImageNode from the resultImages array in the graph.executeAsync function.
Is there a way to get all the MPSNNImageNode from the resultImages array?
The text was updated successfully, but these errors were encountered:
I was under the impression that this was possible these days, but I haven't used MPSNNGraph in ages, so I'm not sure how to do it.
Sorry, something went wrong.
No branches or pull requests
Hello!, Is there a way to get multiple MPSNNImageNode from a MPSNNGraph?
We can use this function to specify multiple result images:
However, to run the graph the function:
Only has one MPSImage output.
And I can only get the first MPSNNImageNode from the resultImages array in the graph.executeAsync function.
Is there a way to get all the MPSNNImageNode from the resultImages array?
The text was updated successfully, but these errors were encountered: