Tensor.Slice¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | Tensor |
||
Output ➡️ |
The resulting output of the shard | Tensor |
||
Dim |
No | The dimension along which to slice the tensor. | none |
Int Var(Int) |
Start |
No | The starting index of the slice. | none |
Int Var(Int) |
End |
No | The ending index of the slice (exclusive). | none |
Int Var(Int) |
Slices a tensor along a specified dimension.