Input objects for the forward fully-connected layer
More...
◆ Input() [1/2]
◆ Input() [2/2]
◆ allocate()
Allocates memory to store the result of forward fully-connected layer
- Parameters
-
[in] | parameter | Parameter of forward fully-connected layer |
[in] | method | Computation method for the layer |
- Returns
- Status of computations
◆ check()
Checks input object of the forward fully-connected layer
- Parameters
-
[in] | parameter | Parameter of layer |
[in] | method | Computation method of the layer |
- Returns
- Status of computations
Reimplemented from Input.
◆ getBiasesSizes()
Returns dimensions of biases tensor
- Returns
- Dimensions of biases tensor
Reimplemented from Input.
◆ getWeightsSizes()
Returns dimensions of weights tensor
- Returns
- Dimensions of weights tensor
Reimplemented from Input.
The documentation for this class was generated from the following file: