#include "mlx/array.h"
Go to the source code of this file.
Namespaces | |
namespace | mlx |
namespace | mlx::core |
Functions | |
std::tuple< int64_t, Strides > | mlx::core::prepare_slice (const array &in, const Shape &start_indices, const Shape &strides) |
void | mlx::core::slice (const array &in, array &out, const Shape &start_indices, const Shape &strides) |