Add tensorflow sample under samples/workload/tensorflow (#427)

This commit is contained in:
Wang Ning
2020-10-22 16:18:37 +08:00
committed by GitHub
parent 4787b150b8
commit c515fb1b75
9 changed files with 426 additions and 0 deletions

View File

@ -152,6 +152,9 @@ endif ()
if (WAMR_BUILD_LIB_PTHREAD EQUAL 1)
message (" Lib pthread enabled")
endif ()
if (WAMR_BUILD_LIBC_EMCC EQUAL 1)
message (" Libc emcc enabled")
endif ()
if (WAMR_BUILD_MINI_LOADER EQUAL 1)
add_definitions (-DWASM_ENABLE_MINI_LOADER=1)
message (" WASM mini loader enabled")