#pragma once #include #include #include namespace torch { std::string format_invalid_args( PyObject* given_args, PyObject* given_kwargs, const std::string& function_name, const std::vector& options); } // namespace torch