Skip to content

Commit 9566f59

Browse files
committed
rm tensor.hpp
1 parent f718014 commit 9566f59

File tree

3 files changed

+1
-177
lines changed

3 files changed

+1
-177
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif()
5959

6060
set(SD_LIB stable-diffusion)
6161

62-
add_library(${SD_LIB} stable-diffusion.h stable-diffusion.cpp model.h model.cpp util.h util.cpp upscaler.cpp tensor.hpp
62+
add_library(${SD_LIB} stable-diffusion.h stable-diffusion.cpp model.h model.cpp util.h util.cpp upscaler.cpp
6363
ggml_extend.hpp clip.hpp common.hpp unet.hpp tae.hpp esrgan.hpp lora.hpp denoiser.hpp rng.hpp rng_philox.hpp
6464
control.hpp preprocessing.hpp)
6565

ggml_extend.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#endif
3434

3535
#include "rng.hpp"
36-
#include "tensor.hpp"
3736
#include "util.h"
3837

3938
#define EPS 1e-05f

tensor.hpp

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)