Skip to content

Commit

Permalink
adding chunk test to cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
apbose committed Jun 2, 2023
1 parent c3ef998 commit a15e87d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/conversion/converters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target_sources(${lib_name}
"${CMAKE_CURRENT_SOURCE_DIR}/impl/activation.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/impl/batch_norm.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/impl/cast.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/impl/chunk.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/impl/concat.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/impl/constant.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/impl/constant_pad.cpp"
Expand Down

0 comments on commit a15e87d

Please sign in to comment.