diff options
author | vfdev <vfdev.5@gmail.com> | 2017-11-19 17:59:01 +0100 |
---|---|---|
committer | Soumith Chintala <soumith@gmail.com> | 2017-11-19 11:59:01 -0500 |
commit | fa5324d2a37958da06f872e7d46d24a1ab054886 (patch) | |
tree | a01e8ca8602d694575249e6141548a33192b6eb9 /aten/README.md | |
parent | 2c39f3de9908903365d9d956b1464896d553e40e (diff) | |
download | pytorch-fa5324d2a37958da06f872e7d46d24a1ab054886.tar.gz pytorch-fa5324d2a37958da06f872e7d46d24a1ab054886.tar.bz2 pytorch-fa5324d2a37958da06f872e7d46d24a1ab054886.zip |
Update README.md (#3781)
* Update README.md
* Update README.md
Diffstat (limited to 'aten/README.md')
-rw-r--r-- | aten/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aten/README.md b/aten/README.md index 238901c8af..eb31bda0f1 100644 --- a/aten/README.md +++ b/aten/README.md @@ -231,7 +231,7 @@ entry point for the script which does all this work is [`src/ATen/gen.py`](src/ATen/gen.py), which ingests [`src/ATen/Declarations.cwrap`](src/ATen/Declarations.cwrap), [`src/ATen/nn.yaml`](src/ATen/nn.yaml), -['src/ATen/native/native_functions.yaml](src/ATen/native/native_functions.yaml] and the THNN/THCUNN headers and +[`src/ATen/native/native_functions.yaml`](src/ATen/native/native_functions.yaml) and the THNN/THCUNN headers and produces all of the headers and wrapping code necessary to generate the ATen interface. |