MagmaDNN  1.0
c++NeuralNetworkFramework
tile.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include "tensor/tensor.h"
12 
13 namespace magmadnn {
14 namespace math {
15 
21 template <typename T>
22 void tile(Tensor<T> *A, Tensor<T> *B, unsigned int t, unsigned int axis);
23 
24 }
25 }
Definition: addop.cpp:11
void tile(Tensor< T > *A, Tensor< T > *B, unsigned int t, unsigned int axis)
Definition: tile.cpp:15