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
bc289a200b959cbd34b52ba1511d9cb94a2cfd47
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
1
Feb
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
16
13
12
11
10
9
6
5
4
3
2
29
Sep
28
27
26
25
24
22
Merge remote-tracking branch 'origin/dev' into dataloader
Merge remote-tracking branch 'origin/main' into dataloader
remove test_matmul from parameters test
change attrs back to int64_t
fix test_recipes.py
fix FuseMulAdd recipe and its tests
Merge branch 'view' into 'dev'
fix computOutputDims
Merge branch 'main' of https://gitlab.eclipse.org/eclipse/aidge/aidge_core into matmul_rework
Merge branch 'main' of https://gitlab.eclipse.org/eclipse/aidge/aidge_core into update_vit_operators
[Fix] #define syntax
Add possibility to select backend when creating Tensor.
Merge branch 'fix' into 'main'
v0.1.1
v0.1.1
makeContiguous optimization (single copy for contiguous chuncks of memory)
Fixed post merge issues
Merged with main
Added Tensor::ref() methods
Remove py::arg from GenericOperator ctor.
[Fix][Add] Possibility to have a shape attribute with a negative value
fix
fix
Fix typo.
Add attributes_name method to get statically attributes name.
changed attrs to int32
[Upd] Code rework
Merge branch aidge_core:main into update_vit_operators
add consts
Fix warning issue kw_only.
Renamed pybind_Parameter.cpp -> pybind_Attributes.cpp to reflect name change.
Add unittest for magic method setter and attribute set by kwargs.
[PyBind] Update GenericOp ctor to use kwargs to set attributes.
Add __setattr__ and __getattr__ methods for Attributes. This recquired a change in the order of derived class declaration, see https://github.com/pybind/pybind11/issues/3804
[PyBind] Add support for setAttrPy for Dynamic and Static Attributes.
Merge branch 'dataloader' of gitlab.eclipse.org:eclipse/aidge/aidge_core into dataloader
Apply 1 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
Merge branch 'dataloader' of gitlab.eclipse.org:eclipse/aidge/aidge_core into dataloader
[Upd] GraphView hpp and cpp
Add CHANGELOG
changed gather input to attr
Modify DataProvider to change backend of the tensors to cpu with the generic set_Backend()
dataProvider_se…
dataProvider_setBackend
Merge branch 'EmptyTensorPrint' into 'main'
v0.1.0
v0.1.0
Loading