Commits on Source (78)
-
Olivier BICHLER authored96916e41
-
Olivier BICHLER authored2ddb1201
-
Olivier BICHLER authored9171010f
-
Olivier BICHLER authored60247cc7
-
Olivier BICHLER authored49620ef4
-
Olivier BICHLER authored0efd2f60
-
Olivier BICHLER authored28dcacdd
-
Olivier BICHLER authoreda7d650ed
-
Olivier BICHLER authorede0774723
-
Olivier BICHLER authored927950e9
-
Olivier BICHLER authorede45c2e38
-
Olivier BICHLER authoredf1d89973
-
Olivier BICHLER authored8d9cc1f3
-
Olivier BICHLER authoredabfa1d87
-
Olivier BICHLER authored42056687
-
Olivier BICHLER authoredd506f102
-
Olivier BICHLER authored950d8673
-
Olivier BICHLER authoredf1d56167
-
Olivier BICHLER authored7dde66a7
-
Olivier BICHLER authored11c770c3
-
Olivier BICHLER authoreded4cef38
-
Olivier BICHLER authored3f16a3f7
-
Olivier BICHLER authored443fc8d6
-
Olivier BICHLER authoredc64d55ad
-
Olivier BICHLER authoredb41f518d
-
Olivier BICHLER authored067796b1
-
Olivier BICHLER authoredb282d8a0
-
Olivier BICHLER authored41ede626
-
Olivier BICHLER authored6fdb390b
-
Olivier BICHLER authored711c2c48
-
Olivier BICHLER authored80f23f80
-
Olivier BICHLER authored2d9f6d80
-
Olivier BICHLER authoredfca8066f
-
Olivier BICHLER authored02bc6f13
-
Olivier BICHLER authored44cc8f21
-
Maxence Naud authoredef99c24e
-
Maxence Naud authoredd895263f
-
Maxence Naud authored
Update fuseBatchNorm to include ConvDepthWise and MetaOperator containing Conv or ConvDepthWise as an output
6e6117d5 -
Olivier BICHLER authored2fab2dd4
-
Olivier BICHLER authoredef618824
-
Olivier BICHLER authored414f6632
-
Maxence Naud authored
Add Convert operator (a.k.a. Transmitter) See merge request !57
8953fc6e -
Maxence Naud authored08608567
-
Maxence Naud authored37a9cafe
-
Maxence Naud authored2ed4315d
-
Maxence Naud authored48212a3b
-
Maxence Naud authored37c6ab54
-
Maxence Naud authored3d6d2bcf
-
Maxence Naud authoredab59233c
-
Maxence Naud authored
Update fuseBatchNorm to include ConvDepthWise and MetaOperators See merge request !62
6c460029 -
Cyril Moineau authored2df13807
-
Cyril Moineau authoreddc834182
-
Cyril Moineau authoredcb229c42
-
Cyril Moineau authored
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.
b4286319 -
Cyril Moineau authoredd01920a4
-
Maxence Naud authored4f8e694b
-
Maxence Naud authored7c3fabbe
-
Maxence Naud authorede07c8505
-
Maxence Naud authoredfdaee8fb
-
Cyril Moineau authored7bc22c78
-
Cyril Moineau authoredf830efec
-
Cyril Moineau authoredcd269563
-
Maxence Naud authored15421bc8
-
Maxence Naud authored
dev See merge request !67
f504d1ee -
Maxence Naud authored13b1b261
-
Maxence Naud authored
Fix for updating aidge bundle See merge request !68
026cac0a -
Maxence Naud authoredc13e1236
-
Maxence Naud authored63c7fe12
-
Cyril Moineau authored
Add a trampoline to Node.add_child in order to set None default value to avoid conversion of nullptr -> std::shared_ptr.
d1fd75fd -
Cyril Moineau authored1245c82d
-
Cyril Moineau authored
Fix std::sharedPtr issue with python binding Closes aidge#20 See merge request !70
e801ab6e -
b577b37f
-
e4825d16
-
Maxence Naud authored
Feat/improved build: slightly better compilation options See merge request !66
f2127e1f -
Cyril Moineau authoredfc658a13
-
Cyril Moineau authored2db64c84
-
Cyril Moineau authored
Empty tensor print See merge request !71
9f7c89aa -
Maxence Naud authoreda5fb8430
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- CMakeLists.txt 27 additions, 4 deletionsCMakeLists.txt
- include/aidge/backend/TensorImpl.hpp 133 additions, 8 deletionsinclude/aidge/backend/TensorImpl.hpp
- include/aidge/data/Data.hpp 10 additions, 2 deletionsinclude/aidge/data/Data.hpp
- include/aidge/data/Tensor.hpp 252 additions, 239 deletionsinclude/aidge/data/Tensor.hpp
- include/aidge/data/half.hpp 3067 additions, 0 deletionsinclude/aidge/data/half.hpp
- include/aidge/graph/GraphView.hpp 5 additions, 5 deletionsinclude/aidge/graph/GraphView.hpp
- include/aidge/graph/Node.hpp 1 addition, 1 deletioninclude/aidge/graph/Node.hpp
- include/aidge/graphRegex/matchFsm/FsmRunTimeContext.hpp 153 additions, 155 deletionsinclude/aidge/graphRegex/matchFsm/FsmRunTimeContext.hpp
- include/aidge/graphRegex/matchFsm/MatchResult.hpp 10 additions, 5 deletionsinclude/aidge/graphRegex/matchFsm/MatchResult.hpp
- include/aidge/operator/Add.hpp 2 additions, 7 deletionsinclude/aidge/operator/Add.hpp
- include/aidge/operator/AvgPooling.hpp 2 additions, 5 deletionsinclude/aidge/operator/AvgPooling.hpp
- include/aidge/operator/BatchNorm.hpp 12 additions, 12 deletionsinclude/aidge/operator/BatchNorm.hpp
- include/aidge/operator/Cast.hpp 75 additions, 0 deletionsinclude/aidge/operator/Cast.hpp
- include/aidge/operator/Concat.hpp 2 additions, 7 deletionsinclude/aidge/operator/Concat.hpp
- include/aidge/operator/Conv.hpp 6 additions, 7 deletionsinclude/aidge/operator/Conv.hpp
- include/aidge/operator/ConvDepthWise.hpp 6 additions, 6 deletionsinclude/aidge/operator/ConvDepthWise.hpp
- include/aidge/operator/Div.hpp 2 additions, 6 deletionsinclude/aidge/operator/Div.hpp
- include/aidge/operator/Erf.hpp 2 additions, 5 deletionsinclude/aidge/operator/Erf.hpp
- include/aidge/operator/FC.hpp 8 additions, 9 deletionsinclude/aidge/operator/FC.hpp
CHANGELOG
0 → 100644
This diff is collapsed.
include/aidge/data/half.hpp
0 → 100644
This diff is collapsed.
include/aidge/operator/Cast.hpp
0 → 100644