mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01: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
|