#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::_efficientzerotensor(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor inline at::Tensor _efficientzerotensor(at::IntArrayRef size, at::TensorOptions options={}) { return at::_ops::_efficientzerotensor::call(c10::fromIntArrayRefSlow(size), c10::optTypeMetaToScalarType(options.dtype_opt()), options.layout_opt(), options.device_opt(), options.pinned_memory_opt()); } namespace symint { template >> at::Tensor _efficientzerotensor(at::IntArrayRef size, at::TensorOptions options={}) { return at::_ops::_efficientzerotensor::call(c10::fromIntArrayRefSlow(size), c10::optTypeMetaToScalarType(options.dtype_opt()), options.layout_opt(), options.device_opt(), options.pinned_memory_opt()); } } // aten::_efficientzerotensor(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor inline at::Tensor _efficientzerotensor(at::IntArrayRef size, ::std::optional dtype, ::std::optional layout, ::std::optional device, ::std::optional pin_memory) { return at::_ops::_efficientzerotensor::call(c10::fromIntArrayRefSlow(size), dtype, layout, device, pin_memory); } namespace symint { template >> at::Tensor _efficientzerotensor(at::IntArrayRef size, ::std::optional dtype, ::std::optional layout, ::std::optional device, ::std::optional pin_memory) { return at::_ops::_efficientzerotensor::call(c10::fromIntArrayRefSlow(size), dtype, layout, device, pin_memory); } } // aten::_efficientzerotensor(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor inline at::Tensor _efficientzerotensor_symint(c10::SymIntArrayRef size, at::TensorOptions options={}) { return at::_ops::_efficientzerotensor::call(size, c10::optTypeMetaToScalarType(options.dtype_opt()), options.layout_opt(), options.device_opt(), options.pinned_memory_opt()); } namespace symint { template >> at::Tensor _efficientzerotensor(c10::SymIntArrayRef size, at::TensorOptions options={}) { return at::_ops::_efficientzerotensor::call(size, c10::optTypeMetaToScalarType(options.dtype_opt()), options.layout_opt(), options.device_opt(), options.pinned_memory_opt()); } } // aten::_efficientzerotensor(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor inline at::Tensor _efficientzerotensor_symint(c10::SymIntArrayRef size, ::std::optional dtype, ::std::optional layout, ::std::optional device, ::std::optional pin_memory) { return at::_ops::_efficientzerotensor::call(size, dtype, layout, device, pin_memory); } namespace symint { template >> at::Tensor _efficientzerotensor(c10::SymIntArrayRef size, ::std::optional dtype, ::std::optional layout, ::std::optional device, ::std::optional pin_memory) { return at::_ops::_efficientzerotensor::call(size, dtype, layout, device, pin_memory); } } // aten::_efficientzerotensor.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _efficientzerotensor_out(at::Tensor & out, at::IntArrayRef size) { return at::_ops::_efficientzerotensor_out::call(c10::fromIntArrayRefSlow(size), out); } namespace symint { template >> at::Tensor & _efficientzerotensor_out(at::Tensor & out, at::IntArrayRef size) { return at::_ops::_efficientzerotensor_out::call(c10::fromIntArrayRefSlow(size), out); } } // aten::_efficientzerotensor.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _efficientzerotensor_outf(at::IntArrayRef size, at::Tensor & out) { return at::_ops::_efficientzerotensor_out::call(c10::fromIntArrayRefSlow(size), out); } namespace symint { template >> at::Tensor & _efficientzerotensor_outf(at::IntArrayRef size, at::Tensor & out) { return at::_ops::_efficientzerotensor_out::call(c10::fromIntArrayRefSlow(size), out); } } // aten::_efficientzerotensor.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _efficientzerotensor_symint_out(at::Tensor & out, c10::SymIntArrayRef size) { return at::_ops::_efficientzerotensor_out::call(size, out); } namespace symint { template >> at::Tensor & _efficientzerotensor_out(at::Tensor & out, c10::SymIntArrayRef size) { return at::_ops::_efficientzerotensor_out::call(size, out); } } // aten::_efficientzerotensor.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _efficientzerotensor_symint_outf(c10::SymIntArrayRef size, at::Tensor & out) { return at::_ops::_efficientzerotensor_out::call(size, out); } namespace symint { template >> at::Tensor & _efficientzerotensor_outf(c10::SymIntArrayRef size, at::Tensor & out) { return at::_ops::_efficientzerotensor_out::call(size, out); } } }