MagmaDNN  1.0
c++NeuralNetworkFramework
neuralnetwork_utilities.cpp File Reference
Include dependency graph for neuralnetwork_utilities.cpp:

Functions

template<typename T >
magmadnn_error_t magmadnn::model::utilities::copy_network (model::NeuralNetwork< T > &dst, model::NeuralNetwork< T > &src)
 
template magmadnn_error_t magmadnn::model::utilities::copy_network (model::NeuralNetwork< int > &dst, model::NeuralNetwork< int > &src)
 
template magmadnn_error_t magmadnn::model::utilities::copy_network (model::NeuralNetwork< float > &dst, model::NeuralNetwork< float > &src)
 
template magmadnn_error_t magmadnn::model::utilities::copy_network (model::NeuralNetwork< double > &dst, model::NeuralNetwork< double > &src)
 

Detailed Description

Author
Daniel Nichols
Version
1.0
Date
2019-07-03