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