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