#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::_torch_cuda_cu_linker_symbol_op(Tensor self) -> Tensor inline at::Tensor _torch_cuda_cu_linker_symbol_op(const at::Tensor & self) { return at::_ops::_torch_cuda_cu_linker_symbol_op::call(self); } // aten::_torch_cuda_cu_linker_symbol_op.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _torch_cuda_cu_linker_symbol_op_out(at::Tensor & out, const at::Tensor & self) { return at::_ops::_torch_cuda_cu_linker_symbol_op_out::call(self, out); } // aten::_torch_cuda_cu_linker_symbol_op.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _torch_cuda_cu_linker_symbol_op_outf(const at::Tensor & self, at::Tensor & out) { return at::_ops::_torch_cuda_cu_linker_symbol_op_out::call(self, out); } }