pytorch/docs
David Riazati 5837320b70 Add script standard library documentation + cleanup (#14912)
Summary:
Documents what is supported in the script standard library.

* Adds `my_script_module._get_method('forward').schema()` method to get function schema from a `ScriptModule`
* Removes `torch.nn.functional` from the list of builtins. The only functions not supported are `nn.functional.fold` and `nn.functional.unfold`, but those currently just dispatch to their corresponding aten ops, so from a user's perspective it looks like they work.
* Allow printing of `IValue::Device` by getting its string representation
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14912

Differential Revision: D13385928

Pulled By: driazati

fbshipit-source-id: e391691b2f87dba6e13be05d4aa3ed2f004e31da
2018-12-12 12:30:13 -08:00
..
caffe2 Optimize images (#14084) 2018-12-05 22:46:32 -08:00
cpp Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248) 2018-12-12 11:24:26 -08:00
source Add script standard library documentation + cleanup (#14912) 2018-12-12 12:30:13 -08:00
libtorch.rst thread BUILD_SHARED_LIBS through build_pytorch_libs.sh 2018-08-10 10:39:31 -07:00
make.bat Add Sphinx docs 2016-12-28 00:03:39 +01:00
Makefile Rewrite http://pytorch.org -> https://pytorch.org throughout project (#12636) 2018-10-15 13:03:27 -07:00
requirements.txt Unpin Sphinx. (#13831) 2018-11-13 09:45:12 -08:00