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
d49e923a3b0f0247fea1aa0d5c82b2d0c77cc0db
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
30
Jul
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
15
11
10
9
8
5
3
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
Move utils in file instead of folder.
Make meminfo and is_io optional.
Update forward and export signature.
Main.cpp now include header with input name.
Raise error if no input set instead of just a warning.
Fix multiple typo due to old naming.
Merge branch 'user/cguillon/dev/py-tensor' into 'dev'
Introduce Scheduler export + move generic C++ file generation to core.
[Tensor] Add unit tests for scalar tensor
[Tensor] Rework bindings for Tensor constructors
Merge branch 'dev/cguillon/setup-editable' into 'dev'
Add In/Out Format in NodeExport.
[Setup] Add support for editable mode
[CMake] Add installation of python binding
[Setup] Remove additional build dependency on toml
[Setup] Allow empty AIDGE_BUILD_GEN type
[CMake] Minor update for comment location
[Setup] Remove useless copy of version.txt in python package
Merge branch 'user/guillon/dev/fix-tensor-getidx' into 'dev'
[Tensor] Minor change of assertions in getStorageIdx()
[Tensor] Fix Tensor::getIdx() method
[Test] Add unit tests for Tensor access by coords
fix : Cmake pyproject.toml version matches CmakeLists version
Add meminfo to ExportNode.
Merge branch 'feat/release_pip' into 'dev'
chore : upd gitlab shared files ref
fix : code quality
fix: minor bugs, imports, typos
Merge branch 'dev' into feat/release_pip
chore : added include version in aidge_core
chore : added copyrights
chore : moved run_command in aidge_core/utils.py
fix : missing cwd argument to run_command call
fix : pylint mimimum version 3.7
Loading