Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
ReshapeParameter Class Reference

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

Class Constructor

Constructs the parameter of the reshape layer

Parameters
contextContext to manage the parameter of the reshape layer
ReshapeParameter ( DaalContext  context,
long  cObject 
)

Constructs parameter from C++ parameter

Parameters
contextContext to manage the parameter
cObjectAddress of C++ parameter

Detailed Description

Member Function Documentation

long [] getReshapeDimensions ( )

Gets the reshape dimensions

Returns
Array representing the reshape dimensions
void setReshapeDimensions ( long[]  dims)

Sets the array representing the reshape dimensions

Parameters
dimsThe array representing the reshape dimensions

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

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