Configuration
Fine-tunes how the model runs
Create
Object by reference! Default constructor.
Dispose
Closes the reference and triggers cleanup of the associated C++ object, releasing system resources. …
Forward
Runs forward pass to compute output of layer with name outputName.
ForwardMultiple
Runs forward pass to compute outputs of layers listed in outBlobNames.
Layers
Provides deep inspection into the model's architecture by querying specific layers
Performance
Profiles the computational efficiency of the neural network
SetInput
Sets the new input value for the network.