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"
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 }
Definition: addop.cpp:11