tanh to CRS matrix elements (C[0:nnz] = tanh(A[0:nnz]))
More...
tanh to CRS matrix elements (C[0:nnz] = tanh(A[0:nnz]))
tanh to tensor_CRS matrix elements (C[0:nnz] = tanh(A[0:nnz]))
◆ tanh() [1/4]
tanh to CRS matrix elements (C[0:nnz] = tanh(A[0:nnz]))
- Parameters
-
A | monolish CRS matrix (size M x N) |
C | monolish CRS matrix (size M x N) |
- Note
- # of computation: nnz
- Multi-threading: true
- GPU acceleration: true
- Warning
- A, B, and C must be same non-zero structure
◆ tanh() [2/4]
◆ tanh() [3/4]
tanh to tensor_CRS matrix elements (C[0:nnz] = tanh(A[0:nnz]))
- Parameters
-
A | monolish tensor_CRS matrix (size M x N) |
C | monolish tensor_CRS matrix (size M x N) |
- Note
- # of computation: nnz
- Multi-threading: true
- GPU acceleration: true
- Warning
- A, B, and C must be same non-zero structure
◆ tanh() [4/4]