pytorch/docs/cpp/source/notes
Peter Bell 76ee02f10d Rename packed tensor accessor (#25654)
Summary:
Closes https://github.com/pytorch/pytorch/issues/19268

This does the renaming suggested by ezyang in https://github.com/pytorch/pytorch/issues/19268#issuecomment-490478887 except that the templated version of `packed_accessor` is also renamed to `generic_packed_accessor`.

Additionally, all of the users I could find in `ATen/native/cuda` are updated without changing their index types.

The corresponding tutorial update is in pytorch/tutorials#644
Pull Request resolved: https://github.com/pytorch/pytorch/pull/25654

Differential Revision: D17259208

Pulled By: ezyang

fbshipit-source-id: 172a46f623d544ca16f7ed5077b6e4f57a3d1f21
2019-09-10 09:18:54 -07:00
..
faq.rst Note on Tensor Creation 2018-11-05 16:10:58 -08:00
tensor_basics.rst Rename packed tensor accessor (#25654) 2019-09-10 09:18:54 -07:00
tensor_creation.rst Convert all tabs to spaces, add CI. (#18959) 2019-04-09 08:12:26 -07:00