Commit 42676ed8 authored by Yixing Lao's avatar Yixing Lao Committed by Robert Kimball

nnpi and nnpi tester in unit test (#929)

parent 5f0a9f96
......@@ -99,6 +99,8 @@ endif()
if(NGRAPH_NNP_ENABLE)
include_directories(SYSTEM ${NNP_TRANSFORMER_INCLUDE_DIR})
set(BACKEND_NAMES ${BACKEND_NAMES} "NNP_TESTER")
set(BACKEND_NAMES ${BACKEND_NAMES} "NNPI")
set(BACKEND_NAMES ${BACKEND_NAMES} "NNPI_TESTER")
set(ADDITIONAL_NNP_TEST ${NNP_TRANSFORMER_SOURCE_DIR}/test/test_nnp_backend.cpp)
# Ensures ADDITIONAL_NNP_TEST are a dependency on nnp transformer
add_custom_command(OUTPUT ${ADDITIONAL_NNP_TEST} DEPENDS ext_nnp_transformer COMMAND "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment