mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-27 03:21:19 +08:00
Fix the linker errors
This commit is contained in:
parent
49878758e5
commit
488537e80b
@ -100,7 +100,7 @@ array normal(
|
|||||||
const std::optional<array>& scale,
|
const std::optional<array>& scale,
|
||||||
const std::optional<array>& key,
|
const std::optional<array>& key,
|
||||||
StreamOrDevice s = {});
|
StreamOrDevice s = {});
|
||||||
array normal(
|
inline array normal(
|
||||||
const Shape& shape,
|
const Shape& shape,
|
||||||
Dtype dtype,
|
Dtype dtype,
|
||||||
const float loc,
|
const float loc,
|
||||||
|
Loading…
Reference in New Issue
Block a user