Skip to content

Commit

Permalink
Move op implementation of OnnxConverterImpl into OnnxConverterImpl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 6, 2019
1 parent b5dd437 commit 2719734
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 674 deletions.
1 change: 1 addition & 0 deletions tools/onnx2daq/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# message(${CMAKE_CURRENT_BINARY_DIR})
add_library(onnx2daq
${CMAKE_CURRENT_SOURCE_DIR}/OnnxConverter.cpp
${CMAKE_CURRENT_SOURCE_DIR}/OnnxConverterImpl.cpp
${PROJECT_SOURCE_DIR}/include/tools/onnx2daq/OnnxConverter.h
${CMAKE_CURRENT_SOURCE_DIR}/NodeAttrHelper.cpp
${CMAKE_CURRENT_SOURCE_DIR}/NodeAttrHelper.h
Expand Down
Loading

0 comments on commit 2719734

Please sign in to comment.