DEBSOURCES
Skip Quicknav
sources / pytorch-cuda / 2.6.0%2Bdfsg-7 / 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