Skip to content

Commit

Permalink
Update src/mlfmu/fmu_build/templates/onnx_fmu/onnxFmu.cpp
Browse files Browse the repository at this point in the history
Kristoffer's suggested rewrite

Co-authored-by: KristofferSkare <[email protected]>
  • Loading branch information
StephanieKemna and KristofferSkare authored Aug 1, 2024
1 parent 6ffef30 commit a0699d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlfmu/fmu_build/templates/onnx_fmu/onnxFmu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ std::wstring OnnxFmu::formatOnnxPath(cppfmu::FMIString fmuResourceLocation)
}

/**
* \brief Creates a session to the ONNX model.
* \brief Creates a onnx runtime session for the model.
*
* This function creates a session to the ONNX model, using the specified ONNX model file.
* This loads the weights of the model such that we can run predictions in the doStep function.
Expand Down

0 comments on commit a0699d6

Please sign in to comment.