MLX
Loading...
Searching...
No Matches
arange.h
Go to the documentation of this file.
1// Copyright © 2024 Apple Inc.
2
3constexpr std::string_view arange_kernels = R"(
4template [[host_name("{0}")]] [[kernel]] void arange<{1}>(
5 constant const {1}& start,
6 constant const {1}& step,
7 device {1}* out,
8 uint index [[thread_position_in_grid]]);
9)";
constexpr std::string_view arange_kernels
Definition arange.h:3