MagmaDNN  1.0
c++NeuralNetworkFramework
conv2d.h File Reference
#include "tensor/tensor.h"
#include "utilities_internal.h"
Include dependency graph for conv2d.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::math::conv2d (Tensor< T > *x, Tensor< T > *w, Tensor< T > *out)
 
template<typename T >
void magmadnn::math::conv2d_grad_data (Tensor< T > *w, Tensor< T > *grad, Tensor< T > *out)
 
template<typename T >
void magmadnn::math::conv2d_grad_filter (Tensor< T > *w, Tensor< T > *grad, Tensor< T > *out)
 

Detailed Description

Author
Daniel Nichols
Version
1.0
Date
2019-06-24