Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cpu
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_backend_cpu
Merge requests
!92
Export refactor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Export refactor
allowNoInputProducer
into
dev
Overview
0
Commits
12
Pipelines
11
Changes
1
Merged
Cyril Moineau
requested to merge
allowNoInputProducer
into
dev
6 months ago
Overview
0
Commits
12
Pipelines
11
Changes
1
Expand
Context
&12
Changes
Changes linked to export refactor:
aidge_core!163 (merged)
Fix
aidge#180 (closed)
Remove warning in GridSampleImpl (cast of
T* const
become
T*
)
Edited
5 months ago
by
Cyril Moineau
0
0
Merge request reports
Viewing commit
445eb637
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
445eb637
[TMP] change scheduler test for Merge to be possible
· 445eb637
Maxence Naud
authored
5 months ago
aidge_backend_cpu/unit_tests/test_scheduler.py
+
3
−
0
Options
@@ -17,9 +17,12 @@ class test_scheduler(unittest.TestCase):
t
=
aidge_core
.
Tensor
(
np
.
arange
(
6
,
dtype
=
np
.
int32
)
-
3
)
relu
=
aidge_core
.
ReLU
()
input_node
.
add_child
(
relu
)
gv
=
aidge_core
.
GraphView
()
gv
.
add
(
relu
)
gv
.
add
(
input_node
)
gv
.
set_datatype
(
aidge_core
.
dtype
.
int32
)
gv
.
set_backend
(
"
cpu
"
)
Loading