Use tensors
Create and work with the Tensor
objects that models use for input and output.
Page | Description |
---|---|
Tensor fundamentals in Inference Engine | Understand the memory layout, memory location, and format of tensors in Inference Engine. |
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. |