Files
pytorch/torch/csrc/onnx/init.h
2023-11-18 00:20:19 +00:00

10 lines
146 B
C++

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