Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_core
Commits
ec958ea7
Commit
ec958ea7
authored
1 year ago
by
Cyril Moineau
Browse files
Options
Downloads
Patches
Plain Diff
Update unit test.
parent
53f2e8b8
No related branches found
No related tags found
1 merge request
!9
Fuse bn
Pipeline
#31783
failed
1 year ago
Stage: static_analysis
Stage: build
Stage: test
Stage: coverage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aidge_core/unit_tests/test_recipies.py
+0
-1
0 additions, 1 deletion
aidge_core/unit_tests/test_recipies.py
aidge_core/unit_tests/test_tensor.py
+1
-1
1 addition, 1 deletion
aidge_core/unit_tests/test_tensor.py
with
1 addition
and
2 deletions
aidge_core/unit_tests/test_recipies.py
+
0
−
1
View file @
ec958ea7
...
...
@@ -56,7 +56,6 @@ class test_recipies(unittest.TestCase):
b1
.
add_child
(
add1
,
0
,
1
)
graph_view
.
add
(
b1
)
graph_view
.
save
(
"
matmul
"
)
old_nodes
=
graph_view
.
get_nodes
()
aidge_core
.
fuse_mul_add
(
graph_view
)
...
...
This diff is collapsed.
Click to expand it.
aidge_core/unit_tests/test_tensor.py
+
1
−
1
View file @
ec958ea7
...
...
@@ -23,7 +23,7 @@ class test_tesnor(unittest.TestCase):
def
tearDown
(
self
):
pass
def
test_
remove_flatten
(
self
):
def
test_
getcoord_getidx
(
self
):
dims
=
[
2
,
2
,
2
]
size
=
reduce
((
lambda
x
,
y
:
x
*
y
),
dims
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment