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
455e6535
Commit
455e6535
authored
Dec 11, 2023
by
Paul
Browse files
Format
parent
9d2f66e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/shape.cpp
src/shape.cpp
+1
-3
No files found.
src/shape.cpp
View file @
455e6535
...
@@ -246,9 +246,7 @@ std::string shape::cpp_type(shape::type_t t)
...
@@ -246,9 +246,7 @@ std::string shape::cpp_type(shape::type_t t)
bool
shape
::
is_integral
(
shape
::
type_t
t
)
bool
shape
::
is_integral
(
shape
::
type_t
t
)
{
{
bool
result
=
false
;
bool
result
=
false
;
visit
(
t
,
[
&
](
auto
as
)
{
visit
(
t
,
[
&
](
auto
as
)
{
result
=
as
.
is_integral
();
});
result
=
as
.
is_integral
();
});
return
result
;
return
result
;
}
}
...
...
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