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

10 lines
146 B
C++

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