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

List of all members
Parameter Class Reference

2D locally connected layer parameters More...

Class Declaration

Constructor & Destructor Documentation

◆ Parameter()

Parameter ( )

Default constructor

Member Function Documentation

◆ check()

services::Status check ( ) const
virtual

Checks the correctness of the parameter

Returns
Status of computations

Reimplemented from Parameter.

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 locally connected 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


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

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