Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(flutter analyze:*)",
"WebSearch"
],
"deny": [],
"ask": []
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ migrate_working_dir/
.dart_tool/
.packages
build/
/thirdparty
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.22.0

* Updated to ONNX Runtime 1.22.0
* Added support for `setSessionExecutionMode` to control sequential/parallel execution
* Added `OrtSessionExecutionMode` enum with `ortSequential` and `ortParallel` options
* Added `OrtSessionGraphOptimizationLevel` type alias for compatibility
* Enhanced session configuration options for better performance control

## 1.4.1

* Fixes a memory leak when creating tensor.
Expand Down
Loading