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
0350b632e16fec8cfd63e51dfdbf172002226306
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
23
Apr
22
21
19
18
17
16
15
11
10
9
8
5
3
2
1
30
Mar
29
28
27
26
25
24
22
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
Add missing namespace in Scaling.cpp
Add Scaling python binding
Merge branch 'fixGraphRegexUnique' into featTokenGraphRegex
Merge branch 'dev' into fixGraphRegexUnique
Merge branch 'dev' into featTokenGraphRegex
Fix an error with the last parenthesis when printing Tensor.
Add generate_file function to aidge_core.
Add template_docstring decorator which allow to template Python docstring.
chore : changed ref name
feat: replaced -iname by -name since search must be case sensitive + doc
Fix an error with the last parenthesis when printing Tensor.
Add generate_file function to aidge_core.
Merge branch 'dev' into copytape
Merge branch 'fowarddims' into 'dev'
feat : missing pyproject.toml + tempalte cibuildwheel before script
Merge remote-tracking branch 'origin/dev' into fowarddims
Fix MetaOperator test
Add asserts to Conv forwardDims member function
chore : missing script before wheel
chore : format and add options -DPYBIND=1
feat : gitlab now uses template ci in gitlab_shared files
feat : pybind disabled by default + error messages
Add asserts in Conv::forwardDims() member function
Merge remote-tracking branch 'origin/fowarddims' into fowarddims
Fix branch
Apply 1 suggestion(s) to 1 file(s)
Minimize number of copy call
Moved Slice impl to core
Moved transpose default impl to core
Add GraphView.clone and Node.clone to binding.
Moved unit tests to core
Renamed computeOutputDims() with forwardDims()
Improved specifications
Added Gather default implementation
Added default implementation for several operators
Fixed missing input for conv
Fixed unused arguements
Fixed Identity to not require forwardDims() and removed associateInput() from forwardDims()
Fixed missing override
Make forwardDims() optional
Loading