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
jerrrrry
infinicore
Commits
77ad94a9
Commit
77ad94a9
authored
Nov 21, 2025
by
Your Name
Committed by
MaYuhang
Nov 22, 2025
Browse files
modify stack operator test
parent
fe164657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
test/infinicore/ops/stack.py
test/infinicore/ops/stack.py
+2
-7
No files found.
test/infinicore/ops/stack.py
View file @
77ad94a9
...
...
@@ -13,11 +13,6 @@ from framework.runner import GenericTestRunner
# ==============================================================================
# Test cases format: (base_shape, num_tensors, dim)
#
# base_shape : shape of each input tensor
# num_tensors : number of tensors to stack
# dim : dimension at which to insert the new axis
_TEST_CASES_DATA
=
[
# ========== Basic cases ==========
((
8
,),
2
,
0
),
...
...
@@ -84,7 +79,7 @@ def parse_test_cases():
cases
.
append
(
TestCase
(
inputs
=
input_specs
,
inputs
=
[
tuple
(
input_specs
)],
kwargs
=
kwargs
,
output_spec
=
None
,
comparison_target
=
None
,
...
...
@@ -120,4 +115,4 @@ def main():
if
__name__
==
"__main__"
:
main
()
main
()
\ No newline at end of file
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