Computes the result of the forward and backward fully-connected layer of neural network in the batch processing mode.
More...
template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::neural_networks::layers::fullyconnected::interface1::Batch< algorithmFPType, method >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for the fully-connected layer, double or float |
method | Batch fully-connected layer computation method, Method |
- References
-
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED Batch |
( |
size_t |
nOutputs | ) |
|
|
inline |
- Parameters
-
[in] | nOutputs | A number of layer outputs |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: