We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fad8a commit c8de5bfCopy full SHA for c8de5bf
lib/mpsgraphs/execution.jl
@@ -2,7 +2,7 @@
2
MPS.encode!(commandBuffer::MPSCommandBuffer, graph::MPSGraph, feeds::MPSGraphTensorDataDictionary, resultsDictionary::MPSGraphTensorDataDictionary) = @inline MPS.encode!(commandBuffer, graph, feeds, nil, resultsDictionary, MPSGraphExecutionDescriptor())
3
function MPS.encode!(commandBuffer::MPSCommandBuffer, graph::MPSGraph, feeds::MPSGraphTensorDataDictionary, targetOperations, resultsDictionary::MPSGraphTensorDataDictionary, executionDescriptor)
4
@objc [graph::id{MPSGraph} encodeToCommandBuffer:commandBuffer::id{MPSCommandBuffer}
5
- feedss:feeds::id{MPSGraphTensorDataDictionary}
+ feeds:feeds::id{MPSGraphTensorDataDictionary}
6
targetOperations:targetOperations::id{Object}
7
resultsDictionary:resultsDictionary::id{MPSGraphTensorDataDictionary}
8
executionDescriptor:executionDescriptor::id{MPSGraphExecutionDescriptor}]::Nothing
0 commit comments