- Nov 26, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
- working nearest mode - add Interpolation python binding - working python binding - change Resize creation function to set scale/size Producers if values are provided
-
Maxence Naud authored
-
-
-
-
otherwise dereferencing bestMatch later on in the function resulted in a segfault
-
-
The interpolate fucntion is just a placeholder to reminder that its implementation is backend dependant.
-
Addded namespace Aidge {} to remove extra Aidge:: specification Removed useless #include
-
OperatorTensor::associateInput() ensures that data is not a null pointer to avoid segfault if the tensor to be set as input is not defined. Tensor::get() & getIdx() prints the values received in case of error
-
-
-
Maxence Naud authored
chore: Use find_package in CMake, fallback to FetchContent See merge request !261
-
-
-
Olivier BICHLER authored
Add a Stack operator See merge request !256
-
-
-
-
-
-
-
-
-
-
-
Olivier BICHLER authored
Add LRN operator See merge request !255
-
- Nov 25, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
fix: Warning for ignored attribute when using function pointer as unique_ptr deleter See merge request !260
-
-
Cyril Moineau authored
[fix] MetaOperator.setBackend no longer set backend of graph if an implementation is available. See merge request !254
-
-
- Nov 21, 2024
-
-
Cyril Moineau authored
[fix] Temporary fix for export backend that need to register fake tensor backends. See merge request !259
-
Cyril Moineau authored
[fix] Remove tensor registration due to c1831eab
-
Cyril Moineau authored
-
Olivier BICHLER authored
fix : Tensor toString() and capacity() when implementation is undefined See merge request !258
-
Set toString() method to always return a valid string even in the case where the Tensor has no implementaiton or when the tensor is undefined (i.e. no specified size).
-
When a Tensor has no implementation, conservatively returns 0 for capacity(). This fix invalid pointer access on call to x.capacity().
-