DEBSOURCES
Skip Quicknav
sources / pytorch-cuda / 2.6.0%2Bdfsg-7 / torch / csrc / StorageSharing.h
12345678
#ifndef THP_STORAGE_SHARING_INC #define THP_STORAGE_SHARING_INC #include <Python.h> PyMethodDef* THPStorage_getSharingMethods(); #endif