[deploy] docs (#69251)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/69251

This adds some actual documentation for deploy, which is probably useful
since we told everyone it was experimentally available so they will
probably be looking at what the heck it is.

It also wires up various compoenents of the OSS build to actually work
when used from an external project.

Differential Revision:
D32783312
D32783312

Test Plan: Imported from OSS

Reviewed By: wconstab

Pulled By: suo

fbshipit-source-id: c5c0a1e3f80fa273b5a70c13ba81733cb8d2c8f8
This commit is contained in:
Michael Suo
2021-12-01 21:53:29 -08:00
committed by Facebook GitHub Bot
parent cbe0a38d8c
commit ad182479b0
6 changed files with 199 additions and 1 deletions

View File

@ -1005,6 +1005,8 @@ if __name__ == '__main__':
'include/torch/csrc/autograd/generated/*.h',
'include/torch/csrc/autograd/utils/*.h',
'include/torch/csrc/cuda/*.h',
'include/torch/csrc/deploy/*.h',
'include/torch/csrc/deploy/interpreter/interpreter_impl.h',
'include/torch/csrc/distributed/c10d/exception.h',
'include/torch/csrc/jit/*.h',
'include/torch/csrc/jit/backends/*.h',