MLX
Loading...
Searching...
No Matches
mlx
backend
common
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
6
namespace
mlx::core
{
7
8
void
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
array.h
mlx::core::array
Definition
array.h:20
load.h
mlx::core
Definition
allocator.h:7
mlx::core::load
void load(array &out, size_t offset, const std::shared_ptr< io::Reader > &reader, bool swap_endianess)
Generated by
1.10.0