pytorch/torch/csrc/onnx/init.h
2022-06-11 21:11:16 +00:00

12 lines
153 B
C++

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