#include "tensor/tensor.h"
#include "layer/layer.h"
#include "model/neuralnetwork/neuralnetwork.h"
#include "layer/layer_utilities.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
magmadnn_error_t | magmadnn::model::utilities::copy_network (model::NeuralNetwork< T > &dst, model::NeuralNetwork< T > &src) |