DEBSOURCES
Skip Quicknav
sources / pytorch / 1.13.1%2Bdfsg-4 / torch / csrc / onnx / init.h
1234567891011
#pragma once #include <torch/csrc/utils/pybind.h> namespace torch { namespace onnx { void initONNXBindings(PyObject* module); } } // namespace torch