Carson M.
aac09f11d6
fix: mark some enums as #[non_exhaustive]
2026-04-16 21:15:29 -05:00
Carson M.
017f7aa604
test: add doctest for overridable_initializers, opset_for_domain
2026-04-06 17:44:43 -05:00
imjakingit
d85e776925
refactor: replace usage of assume_init_mut with as_mut_ptr ( #562 )
...
Usage of assume_init_mut is unsafe if the memory is uninitialized, as
forming a reference to uninitialized memory is undefined behavior. Using
&raw mut prevents the creation of an unsafe intermediate reference.
2026-03-28 00:12:48 -05:00
Carson M.
17ed727770
fix: use separate error type for load-dynamic init, closes #560
2026-03-26 12:04:33 -05:00
Carson M.
ad3d855309
test: cover SessionBuilder::clone
2026-03-20 20:10:33 -05:00
Carson M.
2fb2412208
refactor: simplify SessionBuilder config key methods
2026-03-20 20:10:19 -05:00
Carson M.
504400d3a5
chore(sys): update to ONNX Runtime v1.24.4
2026-03-20 19:58:18 -05:00
Carson M.
dc786564b3
test: improve coverage for operator
2026-03-20 19:43:57 -05:00
Carson M.
85f6074a48
fix: string attributes in ShapeInferenceContext
2026-03-20 19:43:49 -05:00
Carson M.
9557b6b03f
fix: getting attribute size in ShapeInferenceContext::attr
2026-03-20 19:42:41 -05:00
Carson M.
477e929495
test: test both implementations of Mutex/OnceLock
2026-03-16 14:25:48 -05:00
Carson M.
31eac45b7b
fix: impl ExactSizeIterator for session outputs IntoIter
2026-03-16 00:31:05 -05:00
Carson M.
f5c1548f88
chore(sys): update to ONNX Runtime v1.24.3
2026-03-13 19:49:08 -05:00
Alexandra Valentine-Ketchum
c4d54b36c5
feat: add with_bf16() to TensorRT backend ( #555 )
2026-03-12 21:02:07 -05:00
Carson M.
dada89b284
test: improve coverage for logger
2026-03-12 02:00:56 -05:00
Carson M.
34fc829239
test: improve coverage for compiler
2026-03-12 01:58:01 -05:00
Carson M.
8b7c53ac99
test: improve coverage for value
2026-03-12 01:43:44 -05:00
Carson M.
7a028feb2e
feat: map iterators
2026-03-11 20:34:31 -05:00
Carson M.
7bdabccd64
fix: allow extracting scalar from [1]-shaped tensors
2026-03-11 15:32:48 -05:00
Carson M.
4df4b618b9
feat: sequence iterators
2026-03-11 14:49:56 -05:00
Carson M.
82e6d652e1
fix: allow using tensors with undefined element types
2026-03-11 14:32:30 -05:00
Carson M.
aaec1a437e
fix: correct shape mismatch error message
2026-03-11 14:32:08 -05:00
Carson M.
14e9d29f49
fix: well that's not right
2026-03-11 14:26:27 -05:00
Carson M.
e336d6bf05
fix: allow dimensions to be zero
...
Torch allows this, ONNX Runtime doesn't complain
2026-03-11 14:17:04 -05:00
Carson M.
26f656b9a5
feat: relax bounds for copy functions
...
Allows `DynTensor` to be copied/cloned
2026-03-11 13:46:21 -05:00
Carson M.
d5eb59f2ff
fix: implement to_type_info for maps, closes #553
2026-03-10 14:12:26 -05:00
Ryan Li
94417081c4
fix: gate the vitis mod behind the api-18 feature ( #546 )
2026-03-06 01:08:47 -06:00
decahedron1
079ecb4703
fix: one environment ( #542 )
...
Create exactly one (1) environment throughout the entire duration of the
process and release it when it is no longer used. Hopefully the last
time I'll ever have to deal with this.
The old `Weak<Environment>` solution was flawed because it would create
another environment after the old one was released, which is for some
reason not allowed.
2026-03-03 13:11:22 -06:00
Carson M.
e9666c7f00
fix: no_std
2026-03-02 18:48:22 -06:00
Carson M.
a08efe6147
feat: manual device selection
2026-03-02 18:46:29 -06:00
Carson M.
771e1a5c4a
refactor: make Outlet wrap OrtValueInfo
2026-03-02 18:27:17 -06:00
Carson M.
a02122dd66
fix: web, no-std
2026-03-02 18:26:01 -06:00
Carson M.
fb29790415
feat: recover from SessionBuilder errors
2026-02-28 00:33:24 -06:00
Carson M.
831422c9d4
docs(readme): update projects
2026-02-27 19:08:30 -06:00
Carson M.
0904390472
refactor: rename AutoEpPolicy to AutoDevicePolicy
2026-02-27 19:00:58 -06:00
Carson M.
5640319e48
refactor: always drop output value array
2026-02-27 18:59:15 -06:00
Carson M.
15f4604700
refactor!: rename DeviceType::FPGA to DeviceType::NPU
2026-02-27 18:58:39 -06:00
Carson M.
661213f642
refactor!: adjust some session options
2026-02-27 18:57:55 -06:00
Carson M.
3e4b5070d0
fix: wrong api version gate
2026-02-27 18:56:24 -06:00
Carson M.
a74ee7cb70
feat: reusable commit
2026-02-27 18:44:11 -06:00
Carson M.
9d25100388
refactor: reduce size of SessionBuilder
2026-02-27 18:34:57 -06:00
Carson M.
c14db8f760
feat: Environment::current()
2026-02-27 18:33:49 -06:00
Carson M.
b57e457d5b
fix: dont run with_auto_ep doctest in CI
...
DirectML isn't happy trying to run in a headless environment.
2026-02-22 09:06:48 -06:00
Carson M.
d3776aa17c
fix: missing feature gates
...
d'oh x2
2026-02-22 00:19:39 -06:00
Carson M.
76e682f766
fix: missing feature gate
...
d'oh
2026-02-22 00:17:32 -06:00
Carson M.
105b2f7b9a
feat: maximize efficiency by default
2026-02-22 00:15:38 -06:00
Carson M.
60593bf5d5
feat: auto EP selection
2026-02-22 00:11:32 -06:00
Carson M.
35c492710b
feat: load EP library from path
2026-02-22 00:07:30 -06:00
Carson M.
42190da2f7
feat: cancel session load
2026-02-22 00:05:12 -06:00
Carson M.
060aff6b63
chore(sys): update to ONNX Runtime v1.24.2
2026-02-19 21:51:47 -06:00