DEBSOURCES
Skip Quicknav
sources / pytorch / 1.13.1%2Bdfsg-4 / torch / csrc / StorageMethods.h
12345678
#ifndef THP_STORAGE_METHODS_INC #define THP_STORAGE_METHODS_INC #include <Python.h> PyMethodDef* THPStorage_getMethods(); #endif