[AZ-171] Enable dynamic batch size for ONNX, TensorRT, and CoreML exports

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-28 17:25:15 +02:00
parent c1d27c7a47
commit 433e080a07
5 changed files with 126 additions and 6 deletions
+24
View File
@@ -71,3 +71,27 @@ AZ-164 (Epic: Code Improvements Refactoring)
- **Batch 2**: AZ-167 (built-in aug) + AZ-168 (remove processed dir) — sequential chain
- **Batch 3**: AZ-169 (hard symlinks) — depends on batch 2
- **Estimated batches**: 3
---
## New Feature Tasks (Epic: AZ-164)
**Date**: 2026-03-28
**Total Tasks**: 1
**Total Complexity Points**: 2
| Task | Name | Complexity | Dependencies | Epic |
|------|------|-----------|-------------|------|
| AZ-171 | dynamic_batch_export | 2 | None | AZ-164 |
### Dependency Graph
```
AZ-164 (Epic: Code Improvements)
└── AZ-171 dynamic_batch_export (independent)
```
### Implementation Strategy
- **Batch 1**: AZ-171 (dynamic batch export) — single independent task
- **Estimated batches**: 1