C++ API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

2D locally connected layer parameters More...

Class Declaration

Constructor & Destructor Documentation

Parameter ( )

Default constructor

Member Function Documentation

services::Status check ( ) const

Checks the correctness of the parameter

Returns
Status of computations

Member Data Documentation

size_t groupDimension

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

Indices indices

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

KernelSizes kernelSizes

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

size_t nGroups

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

size_t nKernels

Number of kernels applied to the input layer data

Paddings paddings

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

Strides strides

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


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

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