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. |
Do tensor operations | Use an Ops object to do operations on a tensor. |
Access tensor data directly | Use a compute shader or Burst to read from and write to a tensor directly in memory. |