Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members

Class that computes the results of the forward fully-connected layer in the batch processing mode. More...

Class Constructor

Constructs the forward fully-connected layer by copying input objects of another forward fully-connected layer

Parameters
contextContext to manage the forward fully-connected layer
otherA forward fully-connected layer to be used as the source to initialize the input objects of the forward fully-connected layer
FullyConnectedForwardBatch ( DaalContext  context,
Class<?extends Number >  cls,
FullyConnectedMethod  method,
long  nOutputs 
)

Constructs the forward fully-connected layer

Parameters
contextContext to manage the 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 Function Documentation

Returns the newly allocated forward fully-connected layer with a copy of input objects of this forward fully-connected layer

Parameters
contextContext to manage the layer
Returns
The newly allocated forward fully-connected layer

Computes the result of the forward fully-connected layer

Returns
Forward fully-connected layer result
FullyConnectedForwardInput getLayerInput ( )

Returns the structure that contains input object of the forward layer

Returns
Structure that contains input object of the forward layer
FullyConnectedParameter getLayerParameter ( )

Returns the structure that contains parameters of the forward layer

Returns
Structure that contains parameters of the forward layer
FullyConnectedForwardResult getLayerResult ( )

Returns the structure that contains result of the forward layer

Returns
Structure that contains result of the forward layer
void setResult ( FullyConnectedForwardResult  result)

Registers user-allocated memory to store the result of the forward fully-connected layer

Parameters
resultStructure to store the result of the forward fully-connected layer

Member Data Documentation

Input data

Computation method for the layer

FullyConnectedParameters of the layer


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

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