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

List of all members
TransposedConv2dPadding Class Reference

Data structure representing the number of data to be implicitly added to the subtensor. More...

Class Constructor

◆ TransposedConv2dPadding()

TransposedConv2dPadding ( long  first,
long  second 
)

Constructs TransposedConv2dPadding with parameters

Parameters
firstThe first number of data to be implicitly added to the subtensor
secondThe second number of data to be implicitly added to the subtensor

Detailed Description

Member Function Documentation

◆ getSize()

long [] getSize ( )

Gets the array of numbers of data to be implicitly added to the subtensor

Returns
Array of numbers of data to be implicitly added to the subtensor

◆ setSize()

void setSize ( long  first,
long  second 
)

Sets the array of numbers of data to be implicitly added to the subtensor

Parameters
firstThe first number of data to be implicitly added to the subtensor
secondThe second number of data to be implicitly added to the subtensor

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

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