MLX
 
Loading...
Searching...
No Matches
eval.h
Go to the documentation of this file.
1// Copyright © 2025 Apple Inc.
2
3#pragma once
4
5#include "mlx/array.h"
6#include "mlx/stream.h"
7
8namespace mlx::core::cpu {
9
10void eval(array& arr);
11
12} // namespace mlx::core::cpu
Definition array.h:24
Definition encoder.h:10
void eval(array &arr)