Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members
FullyConnectedBatch Class Reference

Provides methods for the fully-connected layer in the batch processing mode. More...

Class Constructor

FullyConnectedBatch ( DaalContext  context,
Class<?extends Number >  cls,
FullyConnectedMethod  method,
long  nOutputs 
)

Constructs the fully-connected layer

Parameters
contextContext to manage the fully-connected layer
clsData type to use in intermediate computations for the layer, Double.class or Float.class
methodThe layer computation method, FullyConnectedMethod
nOutputsA number of layer outputs

Detailed Description

References

Member Data Documentation

Computation method for the layer

Fully-connected layer parameters

Precision prec
protected

Data type to use in intermediate computations for the layer


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

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