Remove Bool/IndexTensor from schema for native functions with derivatives (#17193)
authorChristian Puhrsch <cpuhrsch@fb.com>
Wed, 27 Feb 2019 01:41:56 +0000 (17:41 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 27 Feb 2019 01:54:33 +0000 (17:54 -0800)
commiteff672ef063f5d02783fad59254f28b2726e01d5
tree06557946c596eda5c5c0c24d6c5ba4c977e2562b
parent348d1889ffb4631d07317d149e9f1f21924e4c19
Remove Bool/IndexTensor from schema for native functions with derivatives (#17193)

Summary:
This only deals with four functions, but is an important first step towards removing BoolTensor and IndexTensor entirely.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17193

Differential Revision: D14157829

Pulled By: cpuhrsch

fbshipit-source-id: a36f16d1d88171036c44cc7de60ac9dfed9d14f2
aten/src/ATen/native/native_functions.yaml
tools/autograd/derivatives.yaml
tools/autograd/gen_autograd_functions.py
tools/autograd/gen_variable_type.py
tools/autograd/load_derivatives.py