NetForward Method |
| Name | Description | |
|---|---|---|
| Forward(String) |
Runs forward pass for the whole network.
| |
| Forward(IOutputArrayOfArrays, String) |
Runs forward pass to compute output of layer with name outputName.
| |
| Forward(IOutputArrayOfArrays, String) |
Runs forward pass to compute outputs of layers listed in outBlobNames.
|