MagmaDNN
1.0
c++NeuralNetworkFramework
neuralnetwork_utilities.h
Go to the documentation of this file.
1
9
#pragma once
10
11
#include "
tensor/tensor.h
"
12
#include "
layer/layer.h
"
13
#include "
model/neuralnetwork/neuralnetwork.h
"
14
#include "
layer/layer_utilities.h
"
15
16
namespace
magmadnn
{
17
namespace
model {
18
namespace
utilities {
19
20
21
template
<
typename
T>
22
magmadnn_error_t copy_network(model::NeuralNetwork<T>& dst, model::NeuralNetwork<T>& src);
23
24
25
}
26
}
27
}
layer.h
magmadnn
Definition:
addop.cpp:11
tensor.h
neuralnetwork.h
layer_utilities.h
include
model
neuralnetwork
neuralnetwork_utilities.h
Generated by
1.8.13