split_at can return an error if the split index is out of bounds. If the
user knows that the index can never be out of bounds it's safe to use
extent tensors. This has a straight-forward lowering to std.subtensor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo