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
fd847a0ebb9c487042168f84a732800a1cd5c9de
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
9
Aug
8
7
6
1
31
Jul
30
26
24
23
22
19
18
17
16
15
12
11
10
9
8
5
4
3
2
1
30
Jun
28
27
26
25
24
23
21
20
19
18
14
13
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
Added same behavior than forwardDims() for connectInputs()
Improve dims argument behavior
add noop_with_empty_axes attr
remove template from GridSample
Merge branch 'feat_145_GridSample' into 'dev'
fix python binding for GridSample
add 'template' keyword
fix forwardDims() and GridSample() functions
Merge branch 'feat_145_GridSample' of gitlab.eclipse.org:eclipse/aidge/aidge_core into feat_145_GridSample
add GridSample operator with python binding and test
fix linking with Sqrt and Ln functions
Remove more inline warning from log and Tensor, fix metaop names
don't give a name to elements of metaop automatically if metaop has no name
fix missing template declaration
fix missing template declaration
Move constructor, and clone functions from operators' header to src and add src file for PaddedConv and PaddedConvDepthWise
Add GraphView::setNodesName member function to set nodes' name in a spcific GraphView
fix exception specification redeclared with an implicit exception specification
Propagate changes from Node and GraphView to other files
Update GraphView member functions and clean the class
Update Node attributes, member functions and clean the class
Merge branch 'chore_aidge-138_fix-warnings-release-mode' into 'dev'
fix linking with Sqrt and Ln functions
Remove more inline warning from log and Tensor, fix metaop names
add GridSample operator with python binding and test
add default values for axes argument
fix warning for members order
add And op
add ReduceSum op
fix ReduceMean when no axes are provided
fix axis=0 case for Argmax
don't give a name to elements of metaop automatically if metaop has no name
fix missing template declaration
fix missing template declaration
Move constructor, and clone functions from operators' header to src and add src file for PaddedConv and PaddedConvDepthWise
Add GraphView::setNodesName member function to set nodes' name in a spcific GraphView
add ArgMax operator
Update unittest with new export name.
Update aidge_export to new export_node + aidge_export -> serialize_to_cpp
add backend cuda support for DataProvider
Loading