funsor icon indicating copy to clipboard operation
funsor copied to clipboard

Implement more advanced indexing operations

Open eb8680 opened this issue 5 years ago • 0 comments

#161 and related efforts #70 #177 will require additional advanced indexing functionality.

  • [x] #205 Implement Slice term that can be used instead of arange for affine indexing operations that do not trigger memory copies
  • [x] #206 Implement Cat term backed by torch.cat for Gaussian, Tensor, Delta/Joint
  • [x] Implement interpretation of Stack backed by torch.stack for Tensor
  • [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 by torch.stack for Gaussian, Delta, GaussianMixture

eb8680 avatar Jul 17 '19 03:07 eb8680