File tree Expand file tree Collapse file tree 9 files changed +5
-5
lines changed
Expand file tree Collapse file tree 9 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ IF(BUILD_TFLITE)
182182 # Find TensorFlow Lite stuff and build our wrapper
183183 INCLUDE_DIRECTORIES (util/libtflite_c)
184184
185- ADD_SUBDIRECTORY (src/libtflite_c)
185+ ADD_SUBDIRECTORY (src/backends/ libtflite_c)
186186ENDIF ()
187187
188188#----------------------------------------------------------------------------------------------
@@ -194,7 +194,7 @@ IF(BUILD_TORCH)
194194
195195 INCLUDE_DIRECTORIES (util/libtorch_c)
196196
197- ADD_SUBDIRECTORY (src/libtorch_c)
197+ ADD_SUBDIRECTORY (src/backends/ libtorch_c)
198198ENDIF ()
199199
200200#----------------------------------------------------------------------------------------------
File renamed without changes.
Original file line number Diff line number Diff line change 55#include " tensorflow/lite/kernels/register.h"
66#include " tensorflow/lite/model.h"
77#include " tensorflow/lite/tools/evaluation/utils.h"
8- #include " ../redismodule.h"
8+ #include " ../../ redismodule.h"
99
1010namespace {
1111
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 33#include " torch/csrc/jit/serialization/import.h"
44#include " torch/csrc/jit/api/compilation_unit.h"
55#include " ATen/Functions.h"
6- #include " ../redismodule.h"
6+ #include " ../../ redismodule.h"
77
88#include < iostream>
99#include < sstream>
File renamed without changes.
Original file line number Diff line number Diff line change 11#include < string>
22#include " torch_redis.h"
3- #include " ../../redismodule.h"
3+ #include " ../../../ redismodule.h"
44
55torch::IValue IValueFromRedisReply (RedisModuleCallReply *reply){
66
File renamed without changes.
You can’t perform that action at this time.
0 commit comments