sglang_v0.5.2/pytorch_2.8.0/torch/csrc/utils/init.h

10 lines
193 B
C++

#pragma once
#include <torch/csrc/utils/pybind.h>
namespace torch::throughput_benchmark {
void initThroughputBenchmarkBindings(PyObject* module);
} // namespace torch::throughput_benchmark