diff --git a/docs/cpp/source/index.rst b/docs/cpp/source/index.rst index 6f4c0f320a3..12c5090b5c1 100644 --- a/docs/cpp/source/index.rst +++ b/docs/cpp/source/index.rst @@ -10,7 +10,7 @@ API. This API can roughly be divided into five parts: - **TorchScript**: An interface to the TorchScript JIT compiler and interpreter. - **C++ Extensions**: A means of extending the Python API with custom C++ and CUDA routines. -Combining, these building blocks form a research and +Combined, these building blocks form a research and production ready C++ library for tensor computation and dynamic neural networks with strong emphasis on GPU acceleration as well as fast CPU performance. It is currently in use at Facebook in research and @@ -76,7 +76,7 @@ C++ Frontend ------------ The PyTorch C++ frontend provides a high level, pure C++ modeling interface for -neural network and general ML(Machine Learning) research and production use cases, +neural networks and general ML (Machine Learning) research and production use cases, largely following the Python API in design and provided functionality. The C++ frontend includes the following: