MLX
Loading...
Searching...
No Matches
load.h
Go to the documentation of this file.
1// Copyright © 2024 Apple Inc.
2
3#include "mlx/array.h"
4#include "mlx/io/load.h"
5
6namespace mlx::core {
7
8void load(
9 array& out,
10 size_t offset,
11 const std::shared_ptr<io::Reader>& reader,
12 bool swap_endianess);
13
14} // namespace mlx::core
Definition array.h:20
Definition allocator.h:7
void load(array &out, size_t offset, const std::shared_ptr< io::Reader > &reader, bool swap_endianess)