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