DLPrimitives
Public Member Functions | List of all members
dlprim::ModelBase Class Reference

Base class used for loading non-native model formats to dlprimitives. More...

#include <include/dlprim/model.hpp>

Inheritance diagram for dlprim::ModelBase:
dlprim::ONNXModel

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.
 

Detailed Description

Base class used for loading non-native model formats to dlprimitives.


The documentation for this class was generated from the following file: