pytorch/docs/source
li-roy d564ecb4a5 Update docs with new tensor repr (#6454)
* Update docs with new tensor repr

* remove cuda in dtype

* remove changes to gloo submodule

* [docs] document tensor.new_* ctor

* [docs] Add docs for tensor.to(), tensor.float(), etc

* [docs] Moar examples for docs.

* [docs] Warning for tensor ctor copy behavior

* Quick fix

* [docs] Document requires_grad_()

* [docs] Add example for requires_grad_()

* update slogdet and *fft

* update tensor rst

* small fixes

* update some docs

* additional doc changes

* update torch and tensor docs

* finish changing tensor docs

* fix flake8

* slogdet with negative det

* Update functional.py tensor ctors

* Fix nll_loss docs

* reorder to move device up

* torch.LongTensor -> torch.tensor or torch.empty in docs

* update tensor constructors in docs

* change tensor constructors

* change constructors

* change more Tensor() to tensor()

* Show requires_grads_ docs

* Fix set_default_dtype docs

* Update docs with new tensor repr

* remove cuda in dtype

* remove changes to gloo submodule

* [docs] document tensor.new_* ctor

* [docs] Add docs for tensor.to(), tensor.float(), etc

* [docs] Moar examples for docs.

* [docs] Warning for tensor ctor copy behavior

* Quick fix

* [docs] Document requires_grad_()

* [docs] Add example for requires_grad_()

* update slogdet and *fft

* update tensor rst

* small fixes

* update some docs

* additional doc changes

* update torch and tensor docs

* finish changing tensor docs

* fix flake8

* slogdet with negative det

* Update functional.py tensor ctors

* Fix nll_loss docs

* reorder to move device up

* torch.LongTensor -> torch.tensor or torch.empty in docs

* update tensor constructors in docs

* change tensor constructors

* change constructors

* change more Tensor() to tensor()

* Show requires_grads_ docs

* Fix set_default_dtype docs

* Link to torch.no_grad, etc, from torch doc

* Add dtype aliases to table

* regen docs again

* Tensor attributes stub page

* link to inplace sampling

* Link torch.dtype, device, and layout

* fix dots after nonfinite floats

* better layout docs
2018-04-21 07:35:37 -04:00
..
_static Add different logo for master docs (#6446) 2018-04-09 18:48:53 -04:00
_templates Add link in docs menu to stable docs (#6475) 2018-04-10 14:53:04 -04:00
notes [docs] Update autograd notes (#6769) 2018-04-19 13:34:14 -04:00
scripts fix activation images not showing up on official website (#6367) 2018-04-07 11:06:24 -04:00
autograd.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
bottleneck.rst [docs] Clarify more CUDA profiling gotchas in bottleneck docs (#6763) 2018-04-19 13:15:27 -04:00
checkpoint.rst [docs] Fix some sphinx warnings (#6764) 2018-04-19 12:37:42 -04:00
conf.py Add different logo for master docs (#6446) 2018-04-09 18:48:53 -04:00
cpp_extension.rst Enable documentation for C++ extensions on the website (#5597) 2018-03-07 14:07:26 +01:00
cuda.rst Fix Python docs for broadcast and braodcast_coalesced (#4727) 2018-01-19 10:57:20 -05:00
data.rst Add ConcatDataset to docs (#2337) 2017-08-08 07:16:04 -04:00
distributed.rst Added distributed docs on NCCL2 backend/functions and launch module (#6579) 2018-04-15 21:53:10 -04:00
distributions.rst [distributions] Implement Independent distribution (#6615) 2018-04-16 11:42:12 -04:00
ffi.rst Improve ffi utils (#479) 2017-01-18 11:17:01 -05:00
index.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
legacy.rst Add anything in torch.legacy docs 2017-01-16 12:59:47 -05:00
model_zoo.rst Add model_zoo utility torch torch.utils (#424) 2017-01-09 13:16:58 -05:00
multiprocessing.rst Typofix 2017-10-13 01:31:22 +02:00
nn.rst [docs] Fix some sphinx warnings (#6764) 2018-04-19 12:37:42 -04:00
onnx.rst fixed softmax support documentation (#5557) 2018-03-05 08:59:06 -05:00
optim.rst Add Cosine Annealing LR Scheduler (#3311) 2017-12-18 02:43:08 -05:00
sparse.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
storage.rst Start documenting torch.Tensor (#377) 2016-12-30 01:21:34 -05:00
tensor_attributes.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
tensors.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
torch.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00