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
c7c9214ed7b460edfcdff26929bf2cce265561ee
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
8
Dec
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
21
20
19
18
15
14
13
12
11
8
7
6
5
4
1
31
Aug
30
29
28
24
23
21
9
8
7
4
3
Various fixes
Add support for INT64 Tensor.
enable_custom_op
enable_custom_op
Fixed clang errors
Added ExplicitConvert recipe
Added new conversion facilities to Tensor
Fix function name Datatype into DataType
Merge branch 'main' into dataloader
[Rmv] fuseBatchNorm test from core as it needs an implementation
[Upd] BatchNorm factory to build its parameters at creation
Clarified spec
Minor fixes
[MERGE][fix/TensorPIMPL]
[FIX] extra ";"
[FIX][MIN] string formatting issues
[fix/FlatId][FIX][DSGN] Redesigning flat index usage in Tensor API, previous implementation was inconsistent
Added future_std::span, a C++11 implementation of C++20 span
remove matmul attrs
Update aidge.hpp to contain headers of Stimuli, StimuliImpl and DataProvider
Add DataProvider to create batches
Apply 1 suggestion(s) to 1 file(s)
Add Stimuli and stimuliImpl classes for data loading
Generic abstract database class
Add aidge datatypes : int16_t uint16_t int8_t uint8_t
Add tensor constructor from dimensions
Move Convert function to TensorImpl::copyFrom() and Tensor::copyCastFrom()
update Test_GraphView.cpp test names
Merge remote-tracking branch 'origin/main' into graphview_io_ordering
Change 'const char*' with 'const std::string' in every operator #2
Update Testing.hpp and Testing.cpp according to Aidge coding rules
Remove unused 'iostream' library
Merge branch 'main' of https://gitlab.eclipse.org/eclipse/aidge/aidge_core into vit_operators
Merged with main
fix negative axis value for ReduceMean
Move mDevice to protected
Initial concept for a Convert operator (UNTESTED)
Improved display
Fixed test on Windows
Extended tests to cyclic graphs
Fixed Python binding
[BUILD][NF] reactivating crashing tests for bug examination purpose
Loading