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
b282d8a01af6b8d96fb31a6e1bf2875327f41595
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
5
Mar
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
21
20
17
16
15
14
13
10
9
8
7
30
Oct
27
26
25
24
23
20
19
18
17
Merge branch 'dev' into feat/operator_globalAveragePooling
fix : removed attributes since globalavgpool doesn't have any
Merge branch 'memorize' into 'dev'
Add axis=0 as a default arg for Gather python binding.
fix : removed Hardmax and put Globalaveragepooling instead
Improved error messages
Minor change
Initial proposal for Aidge::Log system
chore : format + fix : wrong initializer used in compute_dims changed for {}
Fixed binding issue and seg fault
More generic FuseMulAdd
Added operator type checking
Coding style
Fixed typo
Added expandMetaOps() recipe
[Fix] access to data in unique_ptr
Fixed missing bindings
Fix GenericOp docstring.
Fix compilation issue with Move keyword.
Merge branch 'improve_tensor_coverage' into create_optimizer
[Fix] Apply suggested changes
Update clone function with SET_IMPL_MACRO.
Fixed missing producer consumer system reset
[Fix] Quick fix for TensorImpl unit-tests
Update Tensor.hpp and Tensor.cpp
Add tests for nearly evry member function of Tensor (except makeContiguous(), toString() and empty())
Remove tests that assessed Tensor functions and not TensorImpl functions from Test_TensorImpl
Fixed issue with unsupported char in Mermaid
Fixed a bug with meta op computeOutputDims()
Update every binded operator to be registrable.
feat : added GlobalAveragePooling operator
Fix double getImpl due to bad merge.
Merge branch 'PyRegistrar' of gitlab.eclipse.org:eclipse/aidge/aidge_core into PyRegistrar
Add unit test for python registrar system.
Make ProducerOp registrable in Python.
Add SET_IMPL_MACRO macro to fix copy ctor bug.
[Add][WIP][NF] GlobalAveragePooling Operator
Add_GlobalAvera…
Add_GlobalAveragePooling
Coding style
Merge branch 'improve_tensor_coverage' into create_optimizer
TensorImpl::zeros() isnot pure virtual anymore
Loading