mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Remove tensorflow support
This commit is contained in:
parent
d74d689f19
commit
cb7748dfa0
@ -842,10 +842,10 @@ configure_file(
|
||||
set(TENSORFLOW_C_LIB_PATH "" CACHE PATH "Path to TensorFlow C library install")
|
||||
find_library(tensorflow_c_api tensorflow PATHS ${TENSORFLOW_C_LIB_PATH}/lib)
|
||||
|
||||
if (tensorflow_c_api)
|
||||
set(LLVM_HAVE_TF_API "ON" CACHE BOOL "Full Tensorflow API available")
|
||||
include_directories(${TENSORFLOW_C_LIB_PATH}/include)
|
||||
endif()
|
||||
# if (tensorflow_c_api)
|
||||
# set(LLVM_HAVE_TF_API "ON" CACHE BOOL "Full Tensorflow API available")
|
||||
# include_directories(${TENSORFLOW_C_LIB_PATH}/include)
|
||||
# endif()
|
||||
|
||||
# Configure the three LLVM configuration header files.
|
||||
configure_file(
|
||||
|
Loading…
Reference in New Issue
Block a user