mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 21:37:09 -05:00
Merge pull request #28303 from raimbekovm:fix-typos-batch4
docs: fix spelling errors in code and comments
This commit is contained in:
@@ -106,7 +106,7 @@ bool OpMatMul::forward(std::vector<Tensor>& ins, std::vector<Tensor>& outs)
|
||||
}
|
||||
|
||||
desSet->writeTensor(outs[0], 2);
|
||||
desSet->writeTensor(paramTensor, 3); // TODO change the parameter from pushconstance to buffer.
|
||||
desSet->writeTensor(paramTensor, 3); // TODO change the parameter from pushconstant to buffer.
|
||||
|
||||
cmdBuffer->beginRecord();
|
||||
pipeline->bind(cmdBufferReal, desSet->get());
|
||||
|
||||
Reference in New Issue
Block a user