Skip to content

Commit

Permalink
Remove old utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Jan 19, 2023
1 parent 5f260c5 commit 60c57b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 449 deletions.
8 changes: 0 additions & 8 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
ADD_EXECUTABLE(sptn_to_binary
${Genten_SOURCE_DIR}/tools/sparse_tensor_to_binary.cpp)
INSTALL(TARGETS sptn_to_binary)

ADD_EXECUTABLE(read_binary_tensor
${Genten_SOURCE_DIR}/tools/read_binary_tensor.cpp)
INSTALL(TARGETS read_binary_tensor)

ADD_EXECUTABLE(convert_tensor
${Genten_SOURCE_DIR}/tools/convert_tensor.cpp)
TARGET_LINK_LIBRARIES (convert_tensor ${GENTEN_LINK_LIBS})
Expand Down
157 changes: 0 additions & 157 deletions tools/read_binary_tensor.cpp

This file was deleted.

Loading

0 comments on commit 60c57b5

Please sign in to comment.