reduce vjp for all and any

This commit is contained in:
Awni Hannun 2025-05-16 06:42:52 -07:00
parent 7ff5c41e06
commit be41af8954

View File

@ -3548,7 +3548,7 @@ std::vector<array> Reduce::vjp(
}
else {
throw std::runtime_error("Reduce type VJP not yet implemented.");
return {zeros_like(in, stream())};
}
}