mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/21364 ghimport-source-id: ca7d37e10190ba46dc8512f437404ca9216d3369 Differential Revision: D15696497 Pulled By: ezyang fbshipit-source-id: 2e713b8566ae915e175b5a79ac1dd9b86cc2a23d
6 lines
101 B
C
6 lines
101 B
C
#ifndef THP_MODULE_INC
|
|
#define THP_MODULE_INC
|
|
|
|
#define THP_STATELESS_ATTRIBUTE_NAME "_torch"
|
|
|
|
#endif
|