DLPrimitives
|
Base class used for loading non-native model formats to dlprimitives. More...
#include <include/dlprim/model.hpp>
Public Member Functions | |
virtual json::value const & | network () |
Return representation of the network. | |
virtual Tensor | get_parameter (std::string const &name) |
Return CPU tensor containing parameter value by give name. | |
Base class used for loading non-native model formats to dlprimitives.