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
b089622b
"docs/vscode:/vscode.git/clone" did not exist on "9dda5370405d33ade5966f8c840bc15f2893c205"
Commit
b089622b
authored
Nov 02, 2022
by
Ted Themistokleous
Browse files
Remove assert
parent
766c600f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/onnx/parse_splitToSequence.cpp
src/onnx/parse_splitToSequence.cpp
+0
-6
No files found.
src/onnx/parse_splitToSequence.cpp
View file @
b089622b
...
@@ -66,12 +66,6 @@ struct parse_splitToSequence : op_parser<parse_splitToSequence>
...
@@ -66,12 +66,6 @@ struct parse_splitToSequence : op_parser<parse_splitToSequence>
const
auto
split_shape
=
s
.
get_shape
();
const
auto
split_shape
=
s
.
get_shape
();
// check all split args > 1
for
(
const
auto
split_arg
:
split_shape
.
lens
())
{
assert
(
split_arg
>
0
);
}
if
(
split_shape
.
scalar
())
if
(
split_shape
.
scalar
())
{
{
// Split equally along one axis based on desired split
// Split equally along one axis based on desired split
...
...
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