C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

split layer parameters More...

Class Declaration

Constructor & Destructor Documentation

◆ Parameter()

Parameter ( size_t  nOutputs = 1,
size_t  nInputs = 1 
)

Constructs parameters of the forward split layer

Parameters
[in]nOutputsNumber of outputs for forward split layer
[in]nInputsNumber of inputs for backward split layer

Member Data Documentation

◆ nInputs

size_t nInputs

Number of inputs for backward split layer

◆ nOutputs

size_t nOutputs

Number 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.