mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Added stft and istft in the header
This commit is contained in:
@@ -10,7 +10,7 @@ namespace mx = mlx::core;
|
||||
void time_value_and_grad() {
|
||||
auto x = mx::ones({200, 1000});
|
||||
mx::eval(x);
|
||||
auto fn = [](mx::array x) {
|
||||
auto fn = [](mx::x) {
|
||||
for (int i = 0; i < 20; ++i) {
|
||||
x = mx::log(mx::exp(x));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user