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

List of all members

Data structure representing the sizes of the two-dimensional value subtensor for the backward 2D transposed convolution layer and results for the forward 2D transposed convolution layer. More...

Class Constructor

TransposedConv2dValueSizes ( long  first,
long  second 
)

Constructs TransposedConv2dValueSizes with parameters

Parameters
firstThe first size of the two-dimensional value subtensor
secondThe second size of the two-dimensional value subtensor

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of sizes of the two-dimensional value subtensor

Returns
Array of sizes of the two-dimensional value subtensor
void setSize ( long  first,
long  second 
)

Sets the the array of sizes of the two-dimensional value subtensor

Parameters
firstThe first size of the two-dimensional value subtensor
secondThe second size of the two-dimensional value subtensor

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

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