Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
dc61b9ae
Unverified
Commit
dc61b9ae
authored
May 13, 2020
by
Shucai Xiao
Committed by
GitHub
May 13, 2020
Browse files
customize the onnx namespace (#526)
Co-authored-by:
Paul Fultz II
<
pfultz2@yahoo.com
>
parent
a54547b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/onnx/onnx.cpp
src/onnx/onnx.cpp
+2
-0
src/onnx/onnx.proto
src/onnx/onnx.proto
+1
-1
No files found.
src/onnx/onnx.cpp
View file @
dc61b9ae
...
...
@@ -21,6 +21,8 @@
namespace
migraphx
{
inline
namespace
MIGRAPHX_INLINE_NS
{
namespace
onnx
=
onnx_for_migraphx
;
struct
onnx_parser
{
using
attribute_map
=
std
::
unordered_map
<
std
::
string
,
onnx
::
AttributeProto
>
;
...
...
src/onnx/onnx.proto
View file @
dc61b9ae
...
...
@@ -8,7 +8,7 @@
syntax
=
"proto2"
;
package
onnx
;
package
onnx
_for_migraphx
;
// Overview
//
...
...
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