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

List of all members
SplitParameter Class Reference

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

Class Constructor

Constructs the parameters for the split layer

Detailed Description

Member Function Documentation

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

Parameters
nInputsNumber of inputs for backward split layer
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.