MagmaDNN  1.0
c++NeuralNetworkFramework
tanh_internal.h File Reference
#include <math.h>
#include "tensor/tensor.h"
Include dependency graph for tanh_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
void magmadnn::internal::tanh_full (Tensor< T > *x, Tensor< T > *out)
 

Detailed Description

Author
Daniel Nichols
Version
1.0
Date
2019-02-23

Function Documentation

◆ tanh_full()

template<typename T >
void magmadnn::internal::tanh_full ( Tensor< T > *  x,
Tensor< T > *  out 
)

Computes the element-wise tanh function.

Template Parameters
T
Parameters
x