mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
12 lines
188 B
C
12 lines
188 B
C
#ifndef TH_BLAS_INC
|
|
#define TH_BLAS_INC
|
|
|
|
#include "THGeneral.h"
|
|
|
|
#define THBlas_(NAME) TH_CONCAT_4(TH,Real,Blas_,NAME)
|
|
|
|
#include "generic/THBlas.h"
|
|
#include "THGenerateAllTypes.h"
|
|
|
|
#endif
|