C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Contains classes for neural network 2D locally connected layer.
Namespaces | |
backward | |
Contains classes for the backward 2D locally connected layer. | |
forward | |
Contains classes for the forward 2D locally connected layer. | |
interface1 | |
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
Classes | |
struct | Indices |
Data structure representing the indices of the two dimensions on which 2D locally connected is performed. More... | |
struct | KernelSizes |
Data structure representing the size of the two-dimensional kernel subtensor. More... | |
struct | Paddings |
Data structure representing the number of data elements to implicitly add to each size of the two-dimensional subtensor on which 2D locally connected is performed. More... | |
struct | Strides |
Data structure representing the intervals on which the subtensors for 2D locally connected are selected. More... | |
Enumerations | |
enum | Method { defaultDense = 0 } |
enum | LayerDataId { auxData, auxWeights } |
For more complete information about compiler optimizations, see our Optimization Notice.