Skip to content
Snippets Groups Projects

Updating cpu backend for bitshift with the new rounding attribute

Merged Noam Zerah requested to merge noamzerah/aidge_backend_cpu:hotfix_rounding_bitshift into dev
1 unresolved thread
Files
4
@@ -24,6 +24,7 @@ namespace Aidge {
// Operator implementation entry point for the backend
using BitShiftImpl_cpu = OperatorImpl_cpu<BitShift_Op,
void(const BitShift_Op::BitShiftDirection,
const bool,
std::vector<std::size_t>,
std::vector<std::size_t>,
const std::vector<std::size_t>&,
Loading