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