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 b908b0a commit 7ceb3e5Copy full SHA for 7ceb3e5
lib/mpsgraphs/matmul.jl
@@ -76,7 +76,7 @@ end
76
afterbeta = let betatensor = constantWithScalar(graph, beta, castT)
77
castplaceC = castTensor(graph, placeC, castT, "castplaceC")
78
betaC = multiplicationWithPrimaryTensor(graph, betatensor, castplaceC)
79
- afterbeta = additionWithPrimaryTensor(graph, afteralpha, betaC)
+ additionWithPrimaryTensor(graph, afteralpha, betaC)
80
end
81
82
castC = castTensor(graph, afterbeta, Tc, "castC")
0 commit comments