C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Model Member List

This is the complete list of members for Model, including all inherited members.

allocate(const services::Collection< size_t > &sampleSize, const daal::algorithms::Parameter *parameter=NULL)Modelinline
create(services::Status *stat=NULL)Modelstatic
create(const neural_networks::ForwardLayersPtr &forwardLayersForModel, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayersForModel, services::Status *stat=NULL)Modelstatic
create(const neural_networks::ForwardLayersPtr &forwardLayersForModel, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayersForModel, bool storeWeightsInTable, services::Status *stat=NULL)Modelstatic
create(const prediction::Topology &topology, services::Status *stat=NULL)Modelstatic
getLayer(size_t index) const Modelinline
getLayers() const Modelinline
Model(const neural_networks::ForwardLayersPtr &forwardLayersForModel, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayersForModel)Model
Model(const neural_networks::ForwardLayersPtr &forwardLayersForModel, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayersForModel, modelFPType dummy, bool storeWeightsInTable)Model
Model(const prediction::Topology &topology)Model
Model(services::Status &st)Modelprotected
setLayers(const neural_networks::ForwardLayersPtr &forwardLayers, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayers)Modelinline

For more complete information about compiler optimizations, see our Optimization Notice.