#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::_nested_select_backward(Tensor grad_output, Tensor self, int dim, SymInt index) -> Tensor inline at::Tensor _nested_select_backward(const at::Tensor & grad_output, const at::Tensor & self, int64_t dim, int64_t index) { return at::_ops::_nested_select_backward::call(grad_output, self, dim, index); } namespace symint { template >> at::Tensor _nested_select_backward(const at::Tensor & grad_output, const at::Tensor & self, int64_t dim, int64_t index) { return at::_ops::_nested_select_backward::call(grad_output, self, dim, index); } } // aten::_nested_select_backward(Tensor grad_output, Tensor self, int dim, SymInt index) -> Tensor inline at::Tensor _nested_select_backward_symint(const at::Tensor & grad_output, const at::Tensor & self, int64_t dim, c10::SymInt index) { return at::_ops::_nested_select_backward::call(grad_output, self, dim, index); } namespace symint { template >> at::Tensor _nested_select_backward(const at::Tensor & grad_output, const at::Tensor & self, int64_t dim, c10::SymInt index) { return at::_ops::_nested_select_backward::call(grad_output, self, dim, index); } } }