Skip to content

Move backward/set_data to Type-based dispatch.#11440

Closed
gchanan wants to merge 3 commits intopytorch:masterfrom
gchanan:core_tensorimpl_setdata
Closed

Move backward/set_data to Type-based dispatch.#11440
gchanan wants to merge 3 commits intopytorch:masterfrom
gchanan:core_tensorimpl_setdata

Conversation

@gchanan
Copy link
Contributor

@gchanan gchanan commented Sep 9, 2018

No description provided.

@pytorchbot pytorchbot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Sep 9, 2018
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gchanan has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@gchanan
Copy link
Contributor Author

gchanan commented Sep 9, 2018

virtual Tensor & s_copy_(Tensor & self, const Tensor & src, bool non_blocking) const = 0;
virtual Tensor & _s_copy_from(const Tensor & self, Tensor & dst, bool non_blocking) const = 0;

virtual void backward(Tensor & self, at::optional<Tensor> gradient, bool keep_graph, bool create_graph) const = 0;

This comment was marked as off-topic.

zdevito pushed a commit to zdevito/ATen that referenced this pull request Sep 10, 2018
Summary: Pull Request resolved: pytorch/pytorch#11440

Differential Revision: D9736565

Pulled By: gchanan

fbshipit-source-id: 1e66f54f1c87084f37c0b014030f0d6d2f8dfaee
PenghuiCheng pushed a commit to PenghuiCheng/pytorch that referenced this pull request Sep 11, 2018
Summary: Pull Request resolved: pytorch#11440

Differential Revision: D9736565

Pulled By: gchanan

fbshipit-source-id: 1e66f54f1c87084f37c0b014030f0d6d2f8dfaee
@ezyang ezyang added the merged label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants