Commits on Source (100)
-
Olivier BICHLER authoredd39f04f3
-
Olivier BICHLER authored2512f855
-
Olivier BICHLER authoredc3318428
-
Olivier BICHLER authoreda1b31cdc
-
Olivier BICHLER authoreda74fcf7c
-
Olivier BICHLER authored5460accb
-
Olivier BICHLER authored4f8f27b8
-
Olivier BICHLER authored7a9b48f4
-
Jerome Hue authored
Call OperatorTensor::forward() instead of Operator::forward(), ensuring dims are forwarded.
dba5e80d -
Jerome Hue authored5e406854
-
Jerome Hue authored01c74a6a
-
Jerome Hue authored0c6e3302
-
Olivier BICHLER authored
feat: Backward of Stack Operator See merge request !342
3ee75f49 -
Olivier BICHLER authoredd453aa1d
-
Maxence Naud authoredb1d099b8
-
Maxence Naud authored
[Fix] mismatch in Operator attribute names See merge request !346
2440e3dd -
Olivier BICHLER authoreda89e6390
-
Olivier BICHLER authored316bf5ca
-
Cyril Moineau authoredb29f4d7b
-
Cyril Moineau authored
Use SET_IMPL_MACRO for metaop. See merge request !352
a7ec11eb -
Maxence Naud authored
- upd: 'getDataFormatTranspose' to 'getPermutationMapping' - upd: use X-macro to keep DataFormat enum, string value, permutation with NCHW and description in synch - add: number of dimensions information to X-macro - upd: change 'DataFormatTransposeDict' array to 'permutationFromNCHW' and move it to a static function 'getPermutationFromNCHW'
8947fddd -
Maxence Naud authored6d0b593b
-
Maxence Naud authoredd83ddf49
-
Maxence Naud authored09064c35
-
Maxence Naud authored
[Fix] Tensor::setDataFormat handling of DataFormat::Default See merge request !355
d012e2d4 -
8905700b
-
22ff08a0
-
43e1cb1e
-
Maxence Naud authored
Resolve "Operator Attributes consistency" See merge request !349
482e03ba -
Maxence Naud authored9c92224e
-
Maxence Naud authored6e4671ef
-
Maxence Naud authored9a6798c4
-
Maxence Naud authored
- split the function in two for more comprehesive structure - change name from 'removeConstantOFShape' to 'foldConstantOfShape' since it describe way better what the function does - enhance function structure, Producer has got only one child Node by construction. No need to check
3e1a526d -
Maxence Naud authoredb316b3f0
-
Maxence Naud authored88fa485b
-
Maxence Naud authored374b93b9
-
Jerome Hue authored
Add a `LeakyResetType` enum to differentiate between Subtraction reset and to zero reset.
d0b9adfa -
Jerome Hue authored
The binding for the LeakyReset enumeration was missing, which was causing an error when running python tests.
f0e41abc -
Cyril Moineau authorede78248ca
-
Cyril Moineau authored76ccc349
-
Olivier BICHLER authoredd1ac46b2
-
Olivier BICHLER authored3c4e6838
-
Olivier BICHLER authored51a9ebe6
-
Olivier BICHLER authoredd365b0d6
-
764504df
-
70a0be1f
-
cada2936
-
d12e93cd
-
b76754c4
-
7bb39405
-
Also remove some meaningless comments
fd3f8a3b -
Olivier BICHLER authoredc5492e23
-
Cyril Moineau authoredcfc1e933
-
Cyril Moineau authored
Constant folding now return true if graph has been modified + fix behavior when constantShape is True.
d20e0aca -
Cyril Moineau authoredfd853467
-
Cyril Moineau authored02c2276f
-
Cyril Moineau authoredd73de808
-
Cyril Moineau authored470d5bed
-
Cyril Moineau authored430378f4
-
Cyril Moineau authored52576737
-
Cyril Moineau authored456aa607
-
Cyril Moineau authoredc7da2a04
-
Cyril Moineau authored61163dbf
-
Cyril Moineau authoredc82911a5
-
Cyril Moineau authored27aa855c
-
Cyril Moineau authored1fcaee4b
-
4cd6d30f
-
c53550c1
-
Grégoire Kubler authored55ed24d9
-
Grégoire Kubler authoreddc683cfd
-
Grégoire Kubler authored853570d5
-
Grégoire Kubler authored
Also better warning message for conv operator constructor
d2a8b90f -
Grégoire Kubler authoredcd3da81c
-
Grégoire Kubler authored
replaced tensor->size by tensor->dims comparison replaced fmt::print by log::error replaced assert with AIDGE_ASSERT
5e91f669 -
Grégoire Kubler authored2bdd06b2
-
Grégoire Kubler authoredef5bccde
-
Grégoire Kubler authoredc1c35a65
-
Grégoire Kubler authored0e89cde0
-
8494bb90
-
Olivier BICHLER authored7ac8496b
-
Olivier BICHLER authoreda2705ba1
-
Olivier BICHLER authored3b04d563
-
Olivier BICHLER authoredae277f87
-
Olivier BICHLER authored7a9361f8
-
Olivier BICHLER authored68aaf9b7
-
628b9466
-
6b6e4626
-
Olivier BICHLER authored355863bb
-
Olivier BICHLER authored578c0429
-
Olivier BICHLER authorede5a2b0d4
-
482557ca
-
d79e4eeb
-
c05db685
-
48a0df4a
-
cb7c3c4d
-
c65bc510
-
ec330a5a
-
19cd7d0f
-
Iryna DE ALBUQUERQUE SILVA authoreda3d2762c
-
200f2f9a
Showing
- aidge_core/dynamic_analysis.py 161 additions, 0 deletionsaidge_core/dynamic_analysis.py
- aidge_core/export_utils/scheduler_export.py 2 additions, 2 deletionsaidge_core/export_utils/scheduler_export.py
- aidge_core/mem_info.py 3 additions, 3 deletionsaidge_core/mem_info.py
- aidge_core/static_analysis.py 3 additions, 3 deletionsaidge_core/static_analysis.py
- aidge_core/unit_tests/test_forward_dims_constant_shape.py 102 additions, 0 deletionsaidge_core/unit_tests/test_forward_dims_constant_shape.py
- aidge_core/unit_tests/test_operator_squeeze.py 1 addition, 3 deletionsaidge_core/unit_tests/test_operator_squeeze.py
- include/aidge/analysis/DynamicAnalysis.hpp 50 additions, 0 deletionsinclude/aidge/analysis/DynamicAnalysis.hpp
- include/aidge/analysis/OperatorStats.hpp 148 additions, 234 deletionsinclude/aidge/analysis/OperatorStats.hpp
- include/aidge/analysis/StaticAnalysis.hpp 87 additions, 0 deletionsinclude/aidge/analysis/StaticAnalysis.hpp
- include/aidge/backend/cpu/data/TensorImpl.hpp 6 additions, 36 deletionsinclude/aidge/backend/cpu/data/TensorImpl.hpp
- include/aidge/backend/generic/operator/CastImpl.hpp 32 additions, 0 deletionsinclude/aidge/backend/generic/operator/CastImpl.hpp
- include/aidge/backend/generic/operator/ConcatImpl.hpp 46 additions, 0 deletionsinclude/aidge/backend/generic/operator/ConcatImpl.hpp
- include/aidge/backend/generic/operator/DepthToSpaceImpl.hpp 42 additions, 0 deletionsinclude/aidge/backend/generic/operator/DepthToSpaceImpl.hpp
- include/aidge/backend/generic/operator/FlattenImpl.hpp 47 additions, 0 deletionsinclude/aidge/backend/generic/operator/FlattenImpl.hpp
- include/aidge/backend/generic/operator/GatherImpl.hpp 42 additions, 0 deletionsinclude/aidge/backend/generic/operator/GatherImpl.hpp
- include/aidge/backend/generic/operator/IdentityImpl.hpp 35 additions, 0 deletionsinclude/aidge/backend/generic/operator/IdentityImpl.hpp
- include/aidge/backend/generic/operator/MemorizeImpl.hpp 119 additions, 0 deletionsinclude/aidge/backend/generic/operator/MemorizeImpl.hpp
- include/aidge/backend/generic/operator/MoveImpl.hpp 30 additions, 0 deletionsinclude/aidge/backend/generic/operator/MoveImpl.hpp
- include/aidge/backend/generic/operator/PopImpl.hpp 92 additions, 0 deletionsinclude/aidge/backend/generic/operator/PopImpl.hpp
- include/aidge/backend/generic/operator/ReshapeImpl.hpp 48 additions, 0 deletionsinclude/aidge/backend/generic/operator/ReshapeImpl.hpp
aidge_core/dynamic_analysis.py
0 → 100644
include/aidge/analysis/DynamicAnalysis.hpp
0 → 100644
This diff is collapsed.
include/aidge/analysis/StaticAnalysis.hpp
0 → 100644