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

List of all members
Parameter Class Reference

local contrast normalization 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

◆ indices

Indices indices

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

◆ kernel

data_management::TensorPtr kernel

Tensor with sizes m_1 x m_2 of the two-dimensional kernel

◆ sigmaDegenerateCasesThreshold

double sigmaDegenerateCasesThreshold

The threshold to avoid degenerate cases when calculating 1/auxSigma

◆ sumDimension

data_management::NumericTablePtr sumDimension

Numeric table of size 1x1 that stores dimension f


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

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