C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

Model Member List

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

_forwardLayersModelImplprotected
_nextLayersModelImplprotected
_storeWeightsInTableModelImplprotected
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
deserialize(interface1::OutputDataArchive &archive)SerializationIface
deserializeImpl(const interface1::OutputDataArchive *archive)=0SerializationIfacepure virtual
getLayer(size_t index) constModelinline
getLayers() constModelinline
getNextLayers() constModelImplinline
getSerializationTag() const DAAL_C11_OVERRIDEModelinlinevirtual
getWeightsAndBiases() constModelImplinline
Model()Model
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 Model &model)Model
Model(const prediction::Topology &topology)Model
Model(services::Status &st)Modelprotected
ModelImpl(const neural_networks::ForwardLayersPtr &forwardLayers, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayers, bool storeWeightsInTable=false)ModelImplinlineprotected
ModelImpl(const ModelImpl &model, services::Status &st)ModelImplinlineprotected
serialize(interface1::InputDataArchive &archive)SerializationIface
serializeImpl(interface1::InputDataArchive *archive)=0SerializationIfacepure virtual
setLayers(const neural_networks::ForwardLayersPtr &forwardLayers, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayers)Modelinline
setWeightsAndBiases(const data_management::NumericTablePtr &weightsAndBiases)ModelImplinline
~Model()Modelinlinevirtual

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