com.unity.sentis 1.3.0-pre.1
Source docsNotes: processedReleased November 16, 2023
Unity Compatibility
Minimum Unity: 2023.2
Package Dependencies
- com.unity.burst (1.8.10)
- com.unity.modules.imageconversion (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
- Mad (multiply add) method added to Ops
- Multinomial method added to Ops
- TextureConverter ToTensor methods can accept allocated tensors as parameters
- AddInput method with TensorShape parameter added to Model
- UnknownOfRank method added to SymbolicTensorShape
- Save method with Stream added to ModelWriter
- SingleHeadAttention fused layer
- Importer can handle external weight files for large models
- Encrypted model sample project
📈 Improvements
- Many Ops methods now accept generic Tensor types and infer output types
- Added kernel shape to Conv layer
- ONNXModelConverter takes model file path when instantiating
- Concat parameter ordering in Ops method
🔧 Bug Fixes
- GatherElements inference fixed when not gathering on innermost axis
- Optimizer pass for Einsum no longer breaks model
- Reduce operator no longer incorrectly optimizes to Identity in edge case
- ArgMax and ArgMin output data types correctly inferred as int
- Pad import with empty constant pad fixed
- Optimizer pass for removing duplicate layers and constants
- Internal dlls no longer visible from outside package and no longer cause conflicts
⚡ API Changes
- Dependencies on experimental code
