File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ set(Eigen3_DIR "${PWD}/eigen/share/eigen3/cmake" CACHE PATH "")
142142set(NEON_2_SSE_DIR "${PWD} /ARM_NEON_2_x86_SSE/lib/cmake/NEON_2_SSE" CACHE PATH "")
143143set(Flatbuffers_DIR "${PWD} /flatbuffers/lib/cmake/flatbuffers" CACHE PATH "")
144144set(protobuf_DIR "${PWD} /protobuf/lib/cmake/protobuf" CACHE PATH "")
145- set(tensorflow-lite_DIR: "${PWD} /tensorflow/lib/cmake/tensorflow-lite" CACHE PATH "")
146- set(TENSORFLOW_SRC_DIR: "${PWD} /tensorflow/src/tensorflow" CACHE PATH "")
147- set(LLVM_HAVE_TFLITE "ON" CACHE BOOL "")
145+ set(tensorflow-lite_DIR "${PWD} /tensorflow/lib/cmake/tensorflow-lite" CACHE PATH "")
146+ set(TENSORFLOW_SRC_DIR "${PWD} /tensorflow/src/tensorflow" CACHE PATH "")
147+ set(LLVM_HAVE_TFLITE ON CACHE BOOL "")
148148EOF
You can’t perform that action at this time.
0 commit comments