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
1755ca8bc83fe2e8e1ccfe093ec220c96279b801
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
12
Jan
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
21
20
19
18
15
14
13
12
11
8
7
6
5
Fix issue with Identity nb output.
Merge remote-tracking branch 'origin/main' into dev
small optimizations in some graphRegex classes
Apply 1 suggestion(s) to 1 file(s)
[Add] python binding for new graph matching system
[IMP] Tensor size is always set to be >=1.
Fix numpy -> tensor with latest tensorImpl changes (copyFromHost instead of setRawPtr) + Use of std::int32_t instead of in and std::int64_t instead of long to fit Data.hpp convention.
[feat/DataTypes][FIX] fixing duplicated const attribute
[MERGE][origin/main]
[Producer] add constant attribute to disable setOutput method.
[PyBind] Add set input/output method for OperatorTensor.
Add support for int64 with Numpy interrop.
[MERGE][origin/main]
[WIP][NF] beginning merge, issue with TensorImpl not correctly implemented (used in ExplicitCastMove.cpp)
[MERGE][origin/main]
Merge branch 'tiling' into 'main'
Merge remote-tracking branch 'origin/main' into tiling
tiling
tiling
[tmp] remove windows tests
[tmp] remove windows CI
[Add] GraphView helper for manipulation functions, add 'producers()'
Merge branch 'tiling' into dataloader
Merge with main
[MERGE][origin/main][FIX] also fixing many errors in main branch
fix GraphView::compile() binding & add showProducer option in GraphView::save()
Update Operators with device function
Merge remote-tracking branch 'origin/main' into tiling
Merge branch 'convert' into 'main'
[IMPR] GetImpl returns a ref, throws if no implem
Make OperatorTensor::setDataType() more generic
Additionnal fixes
[IMPR] getImpl throw if no impl
Fixed reviewed issues
Update fuseBatchNorm to include ConvDepthWise and MetaOperator containing Conv or ConvDepthWise as an output
Minor changes: doc+optimization keywords
Reduce graph regex matching time with the help of @vincentlorrain
Fixed PaddedConvDepthWise Producers
Added AnyPtr for possible future use
Added offset to copy + renamed getRaw to getRawPtr
getIdx() accepts less dimensions
Removed mSizeM1 which is not that usefull
Loading