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
e2ec60d3542eec15a3f53c440bea576299cb4d02
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
10
Jul
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
15
11
10
9
8
5
3
2
1
30
Mar
29
28
27
26
25
24
22
Merge branch 'dev' into attr_ns
Fixed case issue
Removed attribute naming convention change between C++ and Python and use snake everywhere
Update 'Operator::setOutput()' and overrides to be const
Update 'Operator::setOutput()' and overrides to be const
Fix for delAttr
Working version with Python
Merge branch 'user/cguillon/dev/scalar-tensor' into 'dev'
[Tests] Update operator tests forwardDims/forward for scalars
[Tensor] Disambiguate undefined Tensor dimensions from Scalar Tensor
Merge branch 'fix_141_missing-tensorImpl-cpu' into 'dev'
Heavy refactor of node_export to retrieve more attributes.
Add barious methods to python binding.
Update data_conversion with new datatype API change.
Jinja code generation function raise error if args not provided.
chore : clean readme
Initial commit
fix tensorImpl
Merge branch 'dev' into feat/release_pip
chore : upd readme
Merge branch 'chore_26-compare-layer-import-export-onnxruntime' into 'dev'
Add Tensor python constructors from shape and single value
Allow to see a free input expected dimension in mermaid graph
fix : aidge_core not found
fix : removed setuptools.pakcag-data field
fix : setuptool_scm
chore : removed ninja default backend to leave it auto determined.
fix : package warning
fix : ninja must be preinstalled via apt to run
fix : typo
Merge branch 'fix_softmax_binding' into 'dev'
fix : syntax
chore : added windows distros in comment pyproject.toml
fix: re set ninja as default build backend for python except if AIDGE_BUILD_GEN is set in environment
Merge branch 'dev' into fix_softmax_binding
Fix softmax binding (wrong argument type)
fix : disabled ninja for windows build because it fails in the CI
fix : added skip of export test + warning /context comment
feat : disabled test_export as it is executed during test and the export cannot be built in cibuildwheel
Merge branch 'im2col' into 'dev'
Loading