Sign in
android
/
platform
/
external
/
pytorch
/
1f80dd03bd
/
.
/
torch
/
csrc
/
utils
/
invalid_arguments.h
blob: 4efa97ebf434e2efe8197aa71d0580dcdb7018fc [
file
] [
log
] [
blame
]
#pragma
once
#include
<Python.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