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

List of all members
ReshapeParameter Class Reference

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

Class Constructor

◆ ReshapeParameter() [1/2]

Constructs the parameter of the reshape layer

Parameters
contextContext to manage the parameter of the reshape layer

◆ ReshapeParameter() [2/2]

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

◆ getReshapeDimensions()

long [] getReshapeDimensions ( )

Gets the reshape dimensions

Returns
Array representing the reshape dimensions

◆ setReshapeDimensions()

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.