Skip to content

Commit 956fffb

Browse files
committed
Typos
1 parent 8c7e260 commit 956fffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpsgraphs/operations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ function matrixMultiplicationWithPrimaryTensor(graph::MPSGraph, primary::MPSGrap
1212
MPSGraphTensor(obj)
1313
end
1414

15-
function multiplicationWithPrimaryTensor(graph::MPSGraph, primary::MPSGraphTensor, secondary::MPSGraphTensor, name = "matmul")
15+
function multiplicationWithPrimaryTensor(graph::MPSGraph, primary::MPSGraphTensor, secondary::MPSGraphTensor, name = "mul")
1616
obj = @objc [graph::id{MPSGraph} multiplicationWithPrimaryTensor:primary::id{MPSGraphTensor}
1717
secondaryTensor:secondary::id{MPSGraphTensor}
1818
name:name::id{NSString}]::id{MPSGraphTensor}
1919
MPSGraphTensor(obj)
2020
end
21-
function additionWithPrimaryTensor(graph::MPSGraph, primary::MPSGraphTensor, secondary::MPSGraphTensor, name = "matmul")
21+
function additionWithPrimaryTensor(graph::MPSGraph, primary::MPSGraphTensor, secondary::MPSGraphTensor, name = "add")
2222
obj = @objc [graph::id{MPSGraph} additionWithPrimaryTensor:primary::id{MPSGraphTensor}
2323
secondaryTensor:secondary::id{MPSGraphTensor}
2424
name:name::id{NSString}]::id{MPSGraphTensor}

0 commit comments

Comments
 (0)