#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::select_scatter(Tensor self, Tensor src, int dim, SymInt index) -> Tensor inline at::Tensor select_scatter(const at::Tensor & self, const at::Tensor & src, int64_t dim, int64_t index) { return at::_ops::select_scatter::call(self, src, dim, index); } namespace symint { template ::value>> at::Tensor select_scatter(const at::Tensor & self, const at::Tensor & src, int64_t dim, int64_t index) { return at::_ops::select_scatter::call(self, src, dim, index); } } // aten::select_scatter(Tensor self, Tensor src, int dim, SymInt index) -> Tensor inline at::Tensor select_scatter_symint(const at::Tensor & self, const at::Tensor & src, int64_t dim, c10::SymInt index) { return at::_ops::select_scatter::call(self, src, dim, index); } namespace symint { template ::value>> at::Tensor select_scatter(const at::Tensor & self, const at::Tensor & src, int64_t dim, c10::SymInt index) { return at::_ops::select_scatter::call(self, src, dim, index); } } // aten::select_scatter.out(Tensor self, Tensor src, int dim, SymInt index, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & select_scatter_out(at::Tensor & out, const at::Tensor & self, const at::Tensor & src, int64_t dim, int64_t index) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } namespace symint { template ::value>> at::Tensor & select_scatter_out(at::Tensor & out, const at::Tensor & self, const at::Tensor & src, int64_t dim, int64_t index) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } } // aten::select_scatter.out(Tensor self, Tensor src, int dim, SymInt index, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & select_scatter_outf(const at::Tensor & self, const at::Tensor & src, int64_t dim, int64_t index, at::Tensor & out) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } namespace symint { template ::value>> at::Tensor & select_scatter_outf(const at::Tensor & self, const at::Tensor & src, int64_t dim, int64_t index, at::Tensor & out) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } } // aten::select_scatter.out(Tensor self, Tensor src, int dim, SymInt index, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & select_scatter_symint_out(at::Tensor & out, const at::Tensor & self, const at::Tensor & src, int64_t dim, c10::SymInt index) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } namespace symint { template ::value>> at::Tensor & select_scatter_out(at::Tensor & out, const at::Tensor & self, const at::Tensor & src, int64_t dim, c10::SymInt index) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } } // aten::select_scatter.out(Tensor self, Tensor src, int dim, SymInt index, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & select_scatter_symint_outf(const at::Tensor & self, const at::Tensor & src, int64_t dim, c10::SymInt index, at::Tensor & out) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } namespace symint { template ::value>> at::Tensor & select_scatter_outf(const at::Tensor & self, const at::Tensor & src, int64_t dim, c10::SymInt index, at::Tensor & out) { return at::_ops::select_scatter_out::call(self, src, dim, index, out); } } }