2 #include <dlprim/tensor.hpp> virtual json::value const & network()
Return representation of the network.
Definition: model.hpp:15
virtual Tensor get_parameter(std::string const &name)
Return CPU tensor containing parameter value by give name.
Definition: model.hpp:20
This class is central representation of json objects.
Definition: json.hpp:652
Thrown in case of invalid parameters.
Definition: definitions.hpp:46
Base class used for loading non-native model formats to dlprimitives.
Definition: model.hpp:11
Mane namespace.
Definition: context.hpp:9
Central Data Contrainer - Tensor.
Definition: tensor.hpp:99