mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
9 lines
298 B
C
9 lines
298 B
C
#include "general.h"
|
|
|
|
#define torch_TensorOperator_(NAME) TH_CONCAT_4(torch_,Real,TensorOperator_,NAME)
|
|
#define torch_Tensor_id TH_CONCAT_3(torch_,Real,Tensor_id)
|
|
#define STRING_torchTensor TH_CONCAT_STRING_3(torch.,Real,Tensor)
|
|
|
|
#include "generic/TensorOperator.c"
|
|
#include "THGenerateAllTypes.h"
|