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

List of all members
SplitParameter Class Reference

Class that specifies parameters of the split layer. More...

Class Constructor

◆ SplitParameter()

Constructs the parameters for the split layer

Detailed Description

Member Function Documentation

◆ getNInputs()

long getNInputs ( )

Gets the number of inputs for backward split layer

◆ getNOutputs()

double getNOutputs ( )

Gets the number of outputs for forward split layer

◆ setNInputs()

void setNInputs ( long  nInputs)

Sets the number of inputs for backward split layer

Parameters
nInputsNumber of inputs for backward split layer

◆ setNOutputs()

void setNOutputs ( long  nOutputs)

Sets the number of outputs for forward split layer

Parameters
nOutputsNumber of outputs for forward split layer

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

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