#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::_safe_softmax(Tensor self, int dim, ScalarType? dtype=None) -> Tensor inline at::Tensor _safe_softmax(const at::Tensor & self, int64_t dim, ::std::optional dtype=::std::nullopt) { return at::_ops::_safe_softmax::call(self, dim, dtype); } }