DEBSOURCES
Skip Quicknav
sources / pytorch / 1.7.1-7 / torch / csrc / onnx / init.h
123456789
#pragma once #include <torch/csrc/utils/pybind.h> namespace torch { namespace onnx { void initONNXBindings(PyObject* module); }} // namespace torch::onnx