Difference between revisions of "Function:MatMul"
From CUVI Wiki
| Line 48: | Line 48: | ||
! Output | ! Output | ||
|- | |- | ||
| | | 32fc1 | ||
| | | 32fc1 | ||
| | | 32fc1 | ||
|} | |} | ||
===Example=== | ===Example=== | ||
Revision as of 07:35, 13 June 2014
Performs matrix multiplication
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| A | CuviImage& | First Input Image |
| B | CuviImage& | Second Input Image |
| C | CuviImage& | Resultant Image |
| stream | CuviStream& | GPU stream ID for execution |
Image Type Support
| Input 1 | Input 2 | Output |
|---|---|---|
| 32fc1 | 32fc1 | 32fc1 |
Example
|