AIDGE_THROW_OR_ABORT(std::runtime_error,"Given outputDim out of range for dimension %lu (%lu + %lu)",static_cast<std::size_t>(i),outputIdxDims[i],outputDims[i]);
}
}
// padding is not a parameter of Conv_Op. It is handled in Pad_Op Operator
// Width
std::vector<DimSize_t>inputDims;
inputDims.push_back(outputDims[0]);// same batch value
inputDims.push_back(outputDims[1]);// same channel value
// AIDGE_THROW_OR_ABORT(std::runtime_error, "Given outputDim out of range for dimension %lu (%lu + %lu)", static_cast<std::size_t>(i), outputIdxDims[i], outputDims[i]);
// }
// }
// // padding is not a parameter of Conv_Op. It is handled in Pad_Op Operator
// // Width
// std::vector<DimSize_t> inputDims;
// inputDims.push_back(outputDims[0]); // same batch value
// inputDims.push_back(outputDims[1]); // same channel value