Go to the source code of this file.
|
void | mlx::core::set_unary_output_data (const array &in, array &out) |
|
template<typename T, typename U = T, typename Op> |
void | mlx::core::unary_op (const T *a, U *out, Op op, size_t shape, size_t stride) |
|
template<typename T, typename U = T, typename Op> |
void | mlx::core::unary_op (const array &a, array &out, Op op) |
|
template<typename Op> |
void | mlx::core::unary (const array &a, array &out, Op op) |
|
template<typename Op> |
void | mlx::core::unary_fp (const array &a, array &out, Op op) |
|
template<typename Op> |
void | mlx::core::unary_int (const array &a, array &out, Op op) |
|