mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Updated Home (markdown)
9
Home.md
9
Home.md
@ -29,7 +29,6 @@ Welcome to the PyTorch developer's wiki!
|
||||
* [Broadcasting semantics](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/broadcasting.rst)
|
||||
* [CPU threading and TorchScript inference](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/cpu_threading_torchscript_inference.rst)
|
||||
* [CUDA semantics](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/cuda.rst)
|
||||
* [Extending PyTorch](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/ddp.rst)
|
||||
* [Frequently Asked Questions](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/faq.rst)
|
||||
* [Extending PyTorch](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/extending.rst)
|
||||
* [Features for large-scale deployments](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/large_scale_deployments.rst)
|
||||
@ -39,12 +38,10 @@ Welcome to the PyTorch developer's wiki!
|
||||
* [Windows FAQ](https://github.com/pytorch/pytorch/blob/master/docs/source/notes/windows.rst)
|
||||
* [Python Language Reference Coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/jit_python_reference.rst)
|
||||
* [Complex Numbers](https://github.com/pytorch/pytorch/blob/master/docs/source/complex_numbers.rst)
|
||||
* [Named Tensors](https://github.com/pytorch/pytorch/blob/master/docs/source/named_tensor.rst)
|
||||
* [Named Tensors operator coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/name_inference.rst)
|
||||
* [ONNX](https://github.com/pytorch/pytorch/blob/master/docs/source/onnx.rst)
|
||||
* [Android](https://github.com/pytorch/pytorch/blob/master/android/README.md)
|
||||
* [iOS](https://github.com/pytorch/pytorch/blob/master/ios/README.md)
|
||||
* [Howto: Writing PyTorch & Caffe2 Operators](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/core/op_registration/README.md)
|
||||
* [How-to: Writing PyTorch & Caffe2 Operators](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/core/op_registration/README.md)
|
||||
* [CUDA IPC Refcounting implementation explained](https://github.com/pytorch/pytorch/blob/master/torch/multiprocessing/cuda_multiprocessing.md)
|
||||
* [Autograd](https://github.com/pytorch/pytorch/blob/master/torch/csrc/autograd/README.md)
|
||||
* [Code Coverage Tool for Pytorch](https://github.com/pytorch/pytorch/blob/master/tools/code_coverage/README.md)
|
||||
@ -57,6 +54,10 @@ Welcome to the PyTorch developer's wiki!
|
||||
* [Snapdragon NPE Support](https://github.com/pytorch/pytorch/blob/master/caffe2/mobile/contrib/snpe/README.md)
|
||||
* [Using TensorBoard in ifbpy](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/tensorboard/tensorboard.md)
|
||||
|
||||
### Named Tensors
|
||||
* [Named Tensors](https://github.com/pytorch/pytorch/blob/master/docs/source/named_tensor.rst)
|
||||
* [Named Tensors operator coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/name_inference.rst)
|
||||
|
||||
### Caffe2
|
||||
* [Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/README.md)
|
||||
* [Building Caffe2](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/installation.md)
|
||||
|
Reference in New Issue
Block a user