Go to the source code of this file.
- Author
- Sedrick Keh
- Version
- 0.1
- Date
- 2019-07-02
- Copyright
- Copyright (c) 2019
◆ product() [1/2]
template<typename T >
void magmadnn::math::product |
( |
Tensor< T > * |
A, |
|
|
Tensor< T > * |
B |
|
) |
| |
(In-place) Copies and returns the element-wise product of A and B into B.
- Template Parameters
-
- Parameters
-
A | |
B | should have same shape as A |
◆ product() [2/2]
Copies and returns the element-wise product of A and B into C.
- Template Parameters
-
- Parameters
-
A | |
B | should have same shape as A |
C | should have same shape as A and B |