Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that specifies parameters of the reshape layer. More...
ReshapeParameter | ( | DaalContext | context | ) |
Constructs the parameter of the reshape layer
context | Context to manage the parameter of the reshape layer |
ReshapeParameter | ( | DaalContext | context, |
long | cObject | ||
) |
Constructs parameter from C++ parameter
context | Context to manage the parameter |
cObject | Address of C++ parameter |
long [] getReshapeDimensions | ( | ) |
Gets the reshape dimensions
void setReshapeDimensions | ( | long[] | dims | ) |
Sets the array representing the reshape dimensions
dims | The array representing the reshape dimensions |
For more complete information about compiler optimizations, see our Optimization Notice.