Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
torch
/
csrc
/
utils
/
verbose.h
blob: f6c5eae461bcd6d8fe52a9b9700e85dd29c7765f [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/python_headers.h>
namespace
torch
{
void
initVerboseBindings
(
PyObject
*
module
);
}
// namespace torch