mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
6 lines
177 B
C++
6 lines
177 B
C++
#include "torch/csrc/THP.h"
|
|
|
|
// Declare/Define the expansion functions that lack THCState.
|
|
#include "torch/csrc/expand_utils.h"
|
|
#include "torch/csrc/generic/expand_utils-inl.h"
|