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

List of all members
TransposedConv2dKernelSize Class Reference

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

Class Constructor

◆ TransposedConv2dKernelSize()

TransposedConv2dKernelSize ( long  first,
long  second 
)

Constructs TransposedConv2dKernelSize with parameters

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

Detailed Description

Member Function Documentation

◆ getSize()

long [] getSize ( )

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

Returns
Array of sizes of the two-dimensional kernel subtensor

◆ setSize()

void setSize ( long  first,
long  second 
)

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

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

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

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