#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::shared_buffer_slice (const array &in, const Strides &out_strides, size_t data_offset, size_t data_size, array &out) |