#include <math.h>
#include "tensor/tensor.h"
Go to the source code of this file.
|
template<typename T > |
void | magmadnn::internal::tanh_full (Tensor< T > *x, Tensor< T > *out) |
|
- Author
- Daniel Nichols
- Version
- 1.0
- Date
- 2019-02-23
- Copyright
- Copyright (c) 2019
◆ tanh_full()
template<typename T >
void magmadnn::internal::tanh_full |
( |
Tensor< T > * |
x, |
|
|
Tensor< T > * |
out |
|
) |
| |
Computes the element-wise tanh function.
- Template Parameters
-
- Parameters
-