MagmaDNN  1.0
c++NeuralNetworkFramework
relu_internal.h File Reference
#include "tensor/tensor.h"
Include dependency graph for relu_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 >
magmadnn_error_t magmadnn::internal::relu_full (Tensor< T > *x, Tensor< T > *out)
 

Detailed Description

Author
Daniel Nichols
Version
1.0
Date
2019-05-01

Function Documentation

◆ relu_full()

template<typename T >
magmadnn_error_t magmadnn::internal::relu_full ( Tensor< T > *  x,
Tensor< T > *  out 
)

computes the RELU function element-wise over x

Template Parameters
T
Parameters
xinput tensor