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
}
magmadnn
Definition:
addop.cpp:11
tensor.h
magmadnn::math::tile
void tile(Tensor< T > *A, Tensor< T > *B, unsigned int t, unsigned int axis)
Definition:
tile.cpp:15
include
math
tile.h
Generated by
1.8.13