C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

2D transposed convolution layer parameters More...

Class Declaration

Constructor & Destructor Documentation

◆ Parameter()

Parameter ( )

Default constructor

Member Data Documentation

◆ groupDimension

size_t groupDimension

Dimension for which the grouping is applied. groupDimension=1 is supported now

◆ indices

Indices indices

Data structure representing the dimension for convolution kernels. (2,3) is supported now

◆ kernelSizes

KernelSizes kernelSizes

Data structure representing the sizes of the two-dimensional kernel subtensor

◆ nGroups

size_t nGroups

Number of groups which the input data is split in groupDimension dimension

◆ nKernels

size_t nKernels

Number of kernels applied to the input layer data

◆ paddings

Paddings paddings

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

◆ strides

Strides strides

Data structure representing the intervals on which the kernel should be applied to the input

◆ valueSizes

ValueSizes valueSizes

Data structure representing the dimension sizes of value tensor Y. If this value contains (0, 0) the size of value dimensions will be computed automatically.


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

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