Closed rdspring1 closed 2 weeks ago
The index argument does not have to be a TensorView for the select operation.
index
TensorView
select
Reference: NVF_API TensorView* select(TensorView* tv, int64_t dim, Val* index);
NVF_API TensorView* select(TensorView* tv, int64_t dim, Val* index);
!test
The
index
argument does not have to be aTensorView
for theselect
operation.Reference:
NVF_API TensorView* select(TensorView* tv, int64_t dim, Val* index);