#pragma once #include namespace torch::throughput_benchmark { void initThroughputBenchmarkBindings(PyObject* module); } // namespace torch::throughput_benchmark