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
05f2ee1c
Commit
05f2ee1c
authored
Nov 26, 2019
by
Paul
Browse files
Formatting
parent
b93923d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
src/driver/argument_parser.hpp
src/driver/argument_parser.hpp
+4
-7
No files found.
src/driver/argument_parser.hpp
View file @
05f2ee1c
...
@@ -87,16 +87,13 @@ struct value_parser
...
@@ -87,16 +87,13 @@ struct value_parser
}
}
};
};
template
<
class
T
>
template
<
class
T
>
struct
type_name
struct
type_name
{
{
static
const
std
::
string
&
apply
()
static
const
std
::
string
&
apply
()
{
return
migraphx
::
get_type_name
<
T
>
();
}
{
return
migraphx
::
get_type_name
<
T
>
();
}
};
};
template
<
>
template
<
>
struct
type_name
<
std
::
string
>
struct
type_name
<
std
::
string
>
{
{
static
const
std
::
string
&
apply
()
static
const
std
::
string
&
apply
()
...
@@ -106,7 +103,7 @@ struct type_name<std::string>
...
@@ -106,7 +103,7 @@ struct type_name<std::string>
}
}
};
};
template
<
class
T
>
template
<
class
T
>
struct
type_name
<
std
::
vector
<
T
>>
struct
type_name
<
std
::
vector
<
T
>>
{
{
static
const
std
::
string
&
apply
()
static
const
std
::
string
&
apply
()
...
...
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