blob: 138c3331113b7c9d8ceec7b34bda4f6c28087cbe [file] [log] [blame]
#pragma once
#include "torch/csrc/python_headers.h"
#include <string>
#include <vector>
namespace torch {
std::string format_invalid_args(
PyObject *args, PyObject *kwargs, const std::string& name,
const std::vector<std::string>& options);
} // namespace torch