mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-21 19:18:55 +00:00
Add missed changed.
This commit is contained in:
parent
d8ef92b4ce
commit
5e85fce91e
1 changed files with 1 additions and 1 deletions
|
|
@ -1159,7 +1159,7 @@ inline void SessionImpl<T>::SetEpDynamicOptions(const char* const* keys, const c
|
|||
template <typename T>
|
||||
inline void SessionImpl<T>::FinalizeModelBuilderSession(const ModelBuilderAPI::Model& model, const SessionOptions& options,
|
||||
OrtPrepackedWeightsContainer* prepacked_weights_container) {
|
||||
ThrowOnError(GetModelBuilderApi().ApplyModelToSession(this->p_, model));
|
||||
ThrowOnError(GetModelBuilderApi().ApplyModelToModelBuilderSession(this->p_, model));
|
||||
ThrowOnError(GetModelBuilderApi().FinalizeModelBuilderSession(this->p_, options, prepacked_weights_container));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue