Note
Sentis is now called Inference Engine. The documentation has moved to https://docs.unity3d.com/Packages/com.unity.ai.inference@latest
. Refer to the new location for the latest updates and guidance. Make sure to update your bookmarks and references accordingly.
Use tensors
Create and work with the Tensor
objects that models use for input and output.
Page | Description |
---|---|
Tensor fundamentals in Sentis | Understand the memory layout, memory location and format of tensors in Sentis. |
Create and modify tensors | Create basic tensors and reshape tensors. |
Access tensor data directly | Use a compute shader or Burst to read from and write to a tensor directly in memory. |