Class that specifies parameters of the local contrast normalization layer.
More...
Constructs the parameter of the local contrast normalization layer
- Parameters
-
| context | Context to manage the parameter of the local contrast normalization layer |
Constructs parameter from C++ parameter
- Parameters
-
| context | Context to manage the parameter |
| cObject | Address of C++ parameter |
Gets the structure representing the indices of the two dimensions on which local contrast normalization is performed
- Returns
- The structure representing the indices of the two dimensions on which local contrast normalization is performed
Gets the tensor of the two-dimensional kernel
Gets the numeric table of size 1x1 that stores dimension f
Sets the structure representing the indices of the two dimensions on which local contrast normalization is performed
- Parameters
-
| indices | The structure representing the indices of the two dimensions on which local contrast normalization is performed |
| void setKernel |
( |
Tensor |
kernel | ) |
|
Sets the tensor of the two-dimensional kernel
- Parameters
-
| kernel | Tensor of the two-dimensional kernel |
Sets the numeric table of size 1x1 that stores dimension f
- Parameters
-
| sumDimension | Numeric table of size 1x1 that stores dimension f |
The documentation for this class was generated from the following file: