Skip to content

Commit c8de5bf

Browse files
committed
Typo
1 parent 54fad8a commit c8de5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpsgraphs/execution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MPS.encode!(commandBuffer::MPSCommandBuffer, graph::MPSGraph, feeds::MPSGraphTensorDataDictionary, resultsDictionary::MPSGraphTensorDataDictionary) = @inline MPS.encode!(commandBuffer, graph, feeds, nil, resultsDictionary, MPSGraphExecutionDescriptor())
33
function MPS.encode!(commandBuffer::MPSCommandBuffer, graph::MPSGraph, feeds::MPSGraphTensorDataDictionary, targetOperations, resultsDictionary::MPSGraphTensorDataDictionary, executionDescriptor)
44
@objc [graph::id{MPSGraph} encodeToCommandBuffer:commandBuffer::id{MPSCommandBuffer}
5-
feedss:feeds::id{MPSGraphTensorDataDictionary}
5+
feeds:feeds::id{MPSGraphTensorDataDictionary}
66
targetOperations:targetOperations::id{Object}
77
resultsDictionary:resultsDictionary::id{MPSGraphTensorDataDictionary}
88
executionDescriptor:executionDescriptor::id{MPSGraphExecutionDescriptor}]::Nothing

0 commit comments

Comments
 (0)