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

List of all members
Parameter Class Reference

Class representing the parameters of neural network prediction. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Parameter ( size_t  batchSize_ = 1,
bool  allocateWeightsAndBiases_ = false 
)
inline

Constructs the parameters of neural network prediction algorithm

Parameters
[in]batchSize_Size of the batch to be processed by the neural network
[in]allocateWeightsAndBiases_Flag that idicates if weights and biases are allocated or not
Deprecated:
This item will be removed in a future release.

Member Data Documentation

size_t batchSize

Size of the batch to be processed by the neural network.


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

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