funsor
funsor copied to clipboard
Implement more advanced indexing operations
#161 and related efforts #70 #177 will require additional advanced indexing functionality.
- [x] #205 Implement
Slice
term that can be used instead ofarange
for affine indexing operations that do not trigger memory copies - [x] #206 Implement
Cat
term backed bytorch.cat
forGaussian
,Tensor
,Delta
/Joint
- [x] Implement interpretation of
Stack
backed bytorch.stack
forTensor
- [x] #279 Update dependent type inference for
arange
to be like this change in #161 so that it has the right inputs and outputs - [ ] Implement interpretation of
Stack
backed bytorch.stack
forGaussian
,Delta
,GaussianMixture