Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Remove squeezenet_test.cpp since it is almost same with the c++ sample
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Jun 13, 2019
1 parent 5f97b64 commit a97575f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 138 deletions.
7 changes: 0 additions & 7 deletions cmake/onnxruntime_unittests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,3 @@ endif()
list(APPEND onnxruntime_mlas_test_libs Threads::Threads)
target_link_libraries(onnxruntime_mlas_test PRIVATE ${onnxruntime_mlas_test_libs})
set_target_properties(onnxruntime_mlas_test PROPERTIES FOLDER "ONNXRuntimeTest")

add_executable(onnxruntime_nnapi_squeezenet_test ${TEST_SRC_DIR}/providers/nnapi/squeezenet_test.cpp)
add_dependencies(onnxruntime_nnapi_squeezenet_test ${onnxruntime_test_providers_dependencies})
target_link_libraries(onnxruntime_nnapi_squeezenet_test PRIVATE ${onnxruntime_test_providers_libs} ${onnxruntime_EXTERNAL_LIBRARIES})
set_target_properties(onnxruntime_nnapi_squeezenet_test PROPERTIES FOLDER "ONNXRuntimeTest")
target_include_directories(onnxruntime_nnapi_squeezenet_test PRIVATE ${TEST_INC_DIR})
onnxruntime_add_include_to_target(onnxruntime_nnapi_squeezenet_test date_interface gsl)
131 changes: 0 additions & 131 deletions onnxruntime/test/providers/nnapi/squeezenet_test.cpp

This file was deleted.

0 comments on commit a97575f

Please sign in to comment.