Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
f88eb077
Commit
f88eb077
authored
May 15, 2018
by
Paul
Browse files
Move onnx frontend to seperate directory
parent
155fb24a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
frontend/CMakeLists.txt
frontend/CMakeLists.txt
+1
-0
frontend/onnx/CMakeLists.txt
frontend/onnx/CMakeLists.txt
+0
-0
frontend/onnx/onnx.proto
frontend/onnx/onnx.proto
+0
-0
frontend/onnx/read_onnx.cpp
frontend/onnx/read_onnx.cpp
+0
-0
No files found.
CMakeLists.txt
View file @
f88eb077
...
...
@@ -96,6 +96,6 @@ add_library(rtg
rocm_clang_tidy_check
(
rtg
)
target_include_directories
(
rtg PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/include>
)
add_subdirectory
(
onnx
)
add_subdirectory
(
frontend
)
add_subdirectory
(
doc
)
add_subdirectory
(
test
)
frontend/CMakeLists.txt
0 → 100644
View file @
f88eb077
add_subdirectory
(
onnx
)
onnx/CMakeLists.txt
→
frontend/
onnx/CMakeLists.txt
View file @
f88eb077
File moved
onnx/onnx.proto
→
frontend/
onnx/onnx.proto
View file @
f88eb077
File moved
onnx/read_onnx.cpp
→
frontend/
onnx/read_onnx.cpp
View file @
f88eb077
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment