Expand description
Custom operations with user-defined functions
This module provides support for custom operations where users can define their own reduction functions, element-wise operations, and more.
Functionsยง
- apply_
custom_ unary - Apply a custom operation to a tensor handle
- custom_
binary_ op - Custom element-wise binary operation with user-defined function
- custom_
reduce - Custom reduction operation with user-defined reduction function
- custom_
unary_ op - Custom element-wise unary operation with user-defined function