C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
This is the complete list of members for Model, including all inherited members.
_forwardLayers | ModelImpl | protected |
_nextLayers | ModelImpl | protected |
_storeWeightsInTable | ModelImpl | protected |
allocate(const services::Collection< size_t > &sampleSize, const daal::algorithms::Parameter *parameter=NULL) | Model | inline |
create(services::Status *stat=NULL) | Model | static |
create(const neural_networks::ForwardLayersPtr &forwardLayersForModel, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayersForModel, services::Status *stat=NULL) | Model | static |
create(const neural_networks::ForwardLayersPtr &forwardLayersForModel, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayersForModel, bool storeWeightsInTable, services::Status *stat=NULL) | Model | static |
create(const prediction::Topology &topology, services::Status *stat=NULL) | Model | static |
deserialize(interface1::OutputDataArchive &archive) | SerializationIface | |
deserializeImpl(const interface1::OutputDataArchive *archive)=0 | SerializationIface | pure virtual |
getLayer(size_t index) const | Model | inline |
getLayers() const | Model | inline |
getNextLayers() const | ModelImpl | inline |
getSerializationTag() const DAAL_C11_OVERRIDE | Model | inlinevirtual |
getWeightsAndBiases() const | ModelImpl | inline |
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) | Model | protected |
ModelImpl(const neural_networks::ForwardLayersPtr &forwardLayers, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayers, bool storeWeightsInTable=false) | ModelImpl | inlineprotected |
ModelImpl(const ModelImpl &model, services::Status &st) | ModelImpl | inlineprotected |
serialize(interface1::InputDataArchive &archive) | SerializationIface | |
serializeImpl(interface1::InputDataArchive *archive)=0 | SerializationIface | pure virtual |
setLayers(const neural_networks::ForwardLayersPtr &forwardLayers, const services::SharedPtr< services::Collection< layers::NextLayers > > &nextLayers) | Model | inline |
setWeightsAndBiases(const data_management::NumericTablePtr &weightsAndBiases) | ModelImpl | inline |
~Model() | Model | inlinevirtual |
For more complete information about compiler optimizations, see our Optimization Notice.