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
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
Cyril Moineau
aidge_core
Graph
e941e9fec593c352d5c7f315713e9c3f99dc0b2c
Select Git revision
Branches
20
Add_GlobalAveragePooling
ImproveRemoveFlatten
add_clipping_node
allowNoInputProducer
backend_export
copytape
createUniqueName
dataProvider_setBackend
dev
enable_custom_op
feat/DataTypes
feat/GraphInterpreter
feat/RefGetImpl
feat/SplitConv
feat/TensorCopy
feat/formatting
featTokenGraphRegex
fix
fixGraphRegexUnique
fixMain
Tags
5
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1.0
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Mar
21
20
19
18
15
13
12
11
9
8
7
6
5
4
3
2
1
29
Feb
28
27
26
25
23
22
21
20
19
18
16
15
14
13
12
11
9
7
6
5
2
1
31
Jan
30
29
26
25
24
23
18
17
16
15
12
11
10
8
5
4
21
Dec
20
18
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Nov
29
28
27
24
23
22
Minor optimizations and add default values to 'GraphView::compile()' member function
Remove iostream include from some files
Upd GraphViewHelper functions to return Tensors instead of Nodes
[Add] operator+,-,*,/ to Tensor class and [Add] gradient initialization for Tensor
Change 'TensorImpl' mBackend member variable type and move member functions to source file
[Add] Backend member variable to Operator implementations
[Add] 'Operator::backend()' member function and move Tensor dependence from header to source file when possible in operator
Move Optimizer and LR in their own module
[Add][Test] Unit-test for LRScheduler
[Add] ConstantLR and StepLR
[Add] learning rate scheduler class LRScheduler
Update argument name to avoid ambiguous name.
Add a Random Generator handler class and use it for fillers.
Fix typo Tensor.hpp
Move filler definition in cpp files.
Add heFiller.
Add Normal Filler.
Add basic normal filler.
Add basic Uniform filler.
Fixed issue with fuseMulAdd
Merge remote-tracking branch 'origin/dev' into learning
chore : change type of nodes generated
Merge branch 'create_optimizer' into 'learning'
Fix Producer constructor with pybind
Fix python tests
Added cache system for getPriorProducersConsumers()
feat : added @olivierbichler fix for scheduling + added FAILING test for cyclical graphs
fix ReduceMean.hpp initializer_list as vector
Fix python binding and add Tensor.hpp in includes for opertors
Fix OperatorTensor.cpp
Merge branch 'create_optimizer' of gitlab.eclipse.org:eclipse/aidge/aidge_core into create_optimizer
Fix includes
Update OperatorImpl.hpp
Update Memorize.hpp
Missing includes in Memorize.hpp
Merge branch 'create_optimizer' of gitlab.eclipse.org:eclipse/aidge/aidge_core into create_optimizer
[Fix] 'Cast.cpp' includes
Minor optimizations and add default values to 'GraphView::compile()' member function
Remove iostream include from some files
Upd GraphViewHelper functions to return Tensors instead of Nodes
Loading