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
Graph
26825ec1a6169be64b5ca5e13a1a2866486d7501
Select Git revision
Branches
20
ForwardDtype
add_clipping_node
add_metaops_bwd
chore_clean-node-and-graphview
chore_move_broadcasting_to_core
copytape
custom_pybind
dataProvider_setBackend
dev
protected
experiment_with_pipeline
experimental
feat/formatting
feat_aidge197_namespaces
feat_benchmark
feat_enhance_operator_resize_support
feat_hw_model
fit_fmt
fix
protected
fixGraphRegexUnique
fix_cast
Tags
10
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1.0
30 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jun
12
11
10
9
7
6
5
4
3
1
31
May
30
29
28
26
24
23
22
21
19
18
17
16
15
14
13
10
7
6
3
2
1
30
Apr
29
26
25
24
23
22
21
19
18
17
16
15
11
10
9
8
5
3
2
1
30
Mar
29
28
27
26
25
24
22
21
20
19
18
15
13
12
11
9
8
7
6
5
4
3
2
1
29
Feb
Fix typo, Transpose function was not removed from cpp.
Update fuseMulAdd to transpose the weight matrice if it is the first input of the MatMul.
Bind Operator::type() method.
Bind Tensor::capacity() method.
Remove unecessary include of Tensor.hpp.
Update registrar error to add typeid key.
Remove transpose operator as it is a duplicate of copyTranspose.
Move operator+-*/ in cpp file.
Merge branch 'dev' into experimental
Merge branch 'FixInputCheck' into 'dev'
Fix missing input check
Fix missing condition
Merge branch 'fusetometaops' into 'dev'
Merge branch 'dev' into fusetometaops
Merge remote-tracking branch 'origin/dev' into fusetometaops
Merge branch 'tensorzeros' into 'dev'
Improved Tensor::zeros()
Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_core into operator_resize
small bug fixed in dimsForwarded for ResizeOp
AllowDataDependency added for resize operator.
Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_core into dev
allowDataDependency in resize operator use
Useless code comments removed
removal of ftm::print
Merge branch 'FixDuplicateName' into 'dev'
chore : reorganized cibuildwheel section in pyproject.toml
chore : reorganized cibuildwheel section of pyproject.toml
chore: added local build options
feat : enabled testing on cibuildwheel
chore : removed useless definition in setup.py cmake command
Fix return statement.
Node::createUniqueName return name if node is in no GraphView and avoid noreturn error.
GraphView::add, revert true -> false.
Fix duplicate node name wen adding a GraphView to an other.
Fixed forwardDims()
Merge remote-tracking branch 'origin/dev' into matmultiling
Fixed minor issues
Merge branch 'Fix-forwardDims-processing-order' into 'dev'
Clarified behavior of forwardDims()
Merge branch 'dev' into Fix-forwardDims-processing-order
Loading