MLX
Loading...
Searching...
No Matches
Variables
arange.h File Reference

Go to the source code of this file.

Variables

constexpr std::string_view arange_kernels
 

Variable Documentation

◆ arange_kernels

constexpr std::string_view arange_kernels
constexpr
Initial value:
= R"(
template [[host_name("{0}")]] [[kernel]] void arange<{1}>(
constant const {1}& start,
constant const {1}& step,
device {1}* out,
uint index [[thread_position_in_grid]]);
)"