summaryrefslogtreecommitdiff
path: root/tools/pyi
AgeCommit message (Expand)AuthorFilesLines
2021-08-20Add support for the ONNX Runtime Eager Mode backend (#58248)Aaron Bockover1-0/+1
2021-07-23Implement NumPy-like `frombuffer` tensor constructor. (#59077)Yukio Siraichi1-0/+3
2021-07-07Support `__rand__`, `__ror__` and `__rxor__` (#59240)Akifumi Imanishi1-1/+1
2021-06-18remove unused `type: ignore` directives (#60006)Philip Meier1-3/+9
2021-06-12Avoid unnecessary re-computation autograd codegen 21s -> 15s (#59847)albanD1-3/+6
2021-06-10[fix] torch.{lin, log}space(): properly examine passed dtype (#53685)Kshiteej K1-0/+4
2021-05-27[docs] document dim argument to tensor.size() (#58777)Gary Miguel1-1/+1
2021-05-26CUDA support in the CSR layout: constructors (#59010)Alexander1-2/+8
2021-05-26Revert D28112689: CUDA support in the CSR layout: constructorsAlban Desmaison1-8/+2
2021-05-26CUDA support in the CSR layout: constructors (#57274)Alexander1-2/+8
2021-05-13Add inference mode python bindings and tests (#58045)Jeffrey Wan1-0/+1
2021-05-03torch.clamp with tensor min and max (#52695)Peter Bell1-8/+0
2021-04-21Add lint for unqualified `type: ignore` (#56290)Sam Estep1-1/+1
2021-04-13Un-ignore F403 in .flake8 (#55838)Sam Estep1-2/+3
2021-04-12Add CSR (compressed sparse row) layout for sparse tensors (#50937)Sameer Deshmukh1-0/+5
2021-04-05Replace rounding_mode="true" with rounding_mode=None (#51988)Peter Bell1-2/+1
2021-03-17Remove __get__ from Tensor stub. (#54208)Edward Yang1-1/+0
2021-02-12Updates rounding_mode documentation to remove "true" (#52202)Mike Ruberry1-5/+5
2021-02-08Fix torch.nonzero type annotation (#51635)Ralf Gommers1-3/+4
2021-02-04Add division overload with rounding_mode selection (#51706)Peter Bell1-2/+7
2021-01-25Add type annotations to torch.overrides (#50824)Guilherme Leobas1-1/+33
2021-01-20Revert D25958987: [pytorch][PR] Add type annotations to torch.overridesShen Li1-33/+1
2021-01-20Add type annotations to torch.overrides (#48493)Guilherme Leobas1-1/+33
2021-01-18[pytorch] clean up unused util srcs under tools/autograd (#50611)Jiakai Liu1-27/+25
2021-01-07add type annotations to torch._utils (#49705)Guilherme Leobas1-0/+3
2020-12-22Add PixelUnshuffle (#49334)Joel Schlosser1-0/+1
2020-12-11Enabled Scalar lists (#48222)Iurii Zdebskyi1-1/+0
2020-12-11pyi codegen refactor - no need to group python signatures by overload name (#...Brian Hirsh1-65/+48
2020-12-11pyi codegen - removing byte-for-byte-compatibility hacks (sorting overloads) ...Brian Hirsh1-1/+1
2020-12-11pyi codegen - removing byte-for-byte compatibility hacks (#49055)Brian Hirsh1-10/+2
2020-12-07pyi codegen update - remove Declarations.yaml (#48754)Brian Hirsh1-288/+109
2020-11-14[pytorch][codegen] gen_python_functions.py loading native_functions.yaml / de...Jiakai Liu1-5/+44
2020-11-13Add type informations to torch.cuda (#47134)Guilherme Leobas1-4/+7
2020-11-08[pytorch] continue to rewrite gen_python_functions.py with typed models (#46978)Jiakai Liu1-1/+25
2020-10-22[py][vulkan][reland] Add is_vulkan to py api, add vulkan to device type parsi...Ivan Kobzarev1-0/+1
2020-10-21Revert D24379422: [py][vulkan] Add is_vulkan to py api, add vulkan to device ...Shen Li1-1/+0
2020-10-20[py][vulkan] Add is_vulkan to py api, add vulkan to device type parsing (#46511)Ivan Kobzarev1-0/+1
2020-10-13Define the record_stream method in native_functions.yaml (#44301)chengjun1-1/+2
2020-10-01[quant] creating quint4x2 dtype for quantized tensors (#44678)Supriya Rao1-2/+2
2020-09-29Enable type-checking of torch.nn.quantized.* modules (#43110)Guilherme Leobas1-0/+8
2020-09-28type check for torch.testing._internal.common_utils (#45375)Rong Rong1-2/+4
2020-09-25Enable binary ops with Scalar Lists with for foreach APIs (#45298)Iurii Zdebskyi1-0/+1
2020-09-24Revert D23753711: [pytorch][PR] Add foreach APIs for binary ops with ScalarListXinyu Li1-1/+0
2020-09-24Add foreach APIs for binary ops with ScalarList (#44743)iurii zdebskyi1-0/+1
2020-09-24Enable torch.tensor typechecks (#45077)Rong Rong1-5/+6
2020-09-23Remove __future__ imports for legacy Python2 supports (#45033)Bugra Akyildiz1-1/+1
2020-09-14Add type annotations for torch.nn.utils.* (#43080)Guilherme Leobas1-1/+1
2020-09-11add typing annotations for a few torch.utils.* modules (#43806)Guilherme Leobas1-1/+1
2020-09-03[JIT] Add mypy type annotations for JIT (#43862)Meghan Lele1-0/+1
2020-08-31Add __complex__ (#43844)Xiang Gao1-3/+3