1#pragma once
2
3#include <torch/csrc/utils/pybind.h>
4
5namespace torch {
6namespace throughput_benchmark {
7
8void initThroughputBenchmarkBindings(PyObject* module);
9
10} // namespace throughput_benchmark
11} // namespace torch
12