Fix the linker errors

This commit is contained in:
Angelos Katharopoulos 2025-05-13 15:50:16 -07:00
parent 49878758e5
commit 488537e80b

View File

@ -100,7 +100,7 @@ array normal(
const std::optional<array>& scale,
const std::optional<array>& key,
StreamOrDevice s = {});
array normal(
inline array normal(
const Shape& shape,
Dtype dtype,
const float loc,