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