Fynn Petersen-Frey
|
54488b1016
|
feat(ml): improved ARM-NN support (#11233)
|
2024-07-20 15:59:27 -04:00 |
|
Mert
|
6356c28f64
|
refactor(ml): model sessions (#10559)
|
2024-06-25 12:00:24 -04:00 |
|
Sourav Agrawal
|
2a75f884d9
|
Fix Smart Search when using OpenVINO (#7389)
* Fix external_path loading in OpenVINO EP
* Fix ruff lint
* Wrap block in try finally
* remove static input shape code
* add unit test
* remove unused imports
* remove repeat line
* linting
* formatting
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
|
2024-02-24 18:22:27 -05:00 |
|
martin
|
ddae707ea9
|
fix: shell scripts (#7186)
* fix: bash scripts
* pr feedback
* wrong variable
* ci: add shellcheck workflow
* fix: missing scripts
|
2024-02-18 17:03:01 -06:00 |
|
renovate[bot]
|
20be42cec0
|
chore(deps): update machine-learning (#6302)
* chore(deps): update machine-learning
* fix typing, use new lifespan syntax
* wrap in try / finally
* move log
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
|
2024-01-13 05:00:09 +00:00 |
|
Fynn Petersen-Frey
|
753292956e
|
feat(ml): ARMNN acceleration (#5667)
* feat(ml): ARMNN acceleration for CLIP
* wrap ANN as ONNX-Session
* strict typing
* normalize ARMNN CLIP embedding
* mutex to handle concurrent execution
* make inputs contiguous
* fine-grained locking; concurrent network execution
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
|
2024-01-11 18:26:46 +01:00 |
|