Neural Network
This group contains functions for pre- and post-processing, as well as for the execution of neural network models.
Functions
Pre- & Postprocessing
Execution of neural networks
- F_VN_ExecuteNeuralNetwork
With one input and one output. - F_VN_ExecuteNeuralNetwork_MI
With multiple inputs (MI) and one output. - F_VN_ExecuteNeuralNetwork_MIMO_String
With multiple inputs and outputs (MIMO). - F_VN_ExecuteNeuralNetwork_MISO
With multiple inputs and a single specified output (MISO). - F_VN_ExecuteNeuralNetwork_MO
One input and multiple outputs (MO). - F_VN_ExecuteNeuralNetwork_SO
With one input and a single specified output (SO).
Postprocessing
Get the layer names
Further Information
- F_VN_ConvertDataLayout
- F_VN_ExecuteNeuralNetwork
- F_VN_ExecuteNeuralNetwork_MI
- F_VN_ExecuteNeuralNetwork_MIMO_String
- F_VN_ExecuteNeuralNetwork_MISO
- F_VN_ExecuteNeuralNetwork_MO
- F_VN_ExecuteNeuralNetwork_MultiLayerOutput
- F_VN_ExecuteNeuralNetwork_SingleLayerOutput
- F_VN_ExecuteNeuralNetwork_SO
- F_VN_GetNeuralNetworkLayerNames
- F_VN_GetNeuralNetworkLayerNamesExp
- F_VN_GetNeuralNetworkLayerNamesExp_String
- F_VN_NonMaxSuppression
- F_VN_NonMaxSuppressionExp
- F_VN_Reduce
- F_VN_ReduceArg
- F_VN_ReshapeImage
- F_VN_Sigmoid
- F_VN_SigmoidExp
- F_VN_SoftMax