Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that specifies parameters of the split layer. More...
SplitParameter | ( | DaalContext | context | ) |
Constructs the parameters for the split layer
long getNInputs | ( | ) |
Gets the number of inputs for backward split layer
double getNOutputs | ( | ) |
Gets the number of outputs for forward split layer
void setNInputs | ( | long | nInputs | ) |
Sets the number of inputs for backward split layer
nInputs | Number of inputs for backward split layer |
void setNOutputs | ( | long | nOutputs | ) |
Sets the number of outputs for forward split layer
nOutputs | Number of outputs for forward split layer |
For more complete information about compiler optimizations, see our Optimization Notice.