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