Expand description
GPU kernels for element-wise raster operations.
This module provides GPU-accelerated element-wise operations on rasters, including arithmetic, logical, and transformation operations.
Structs§
- Raster
Kernel - GPU kernel for element-wise raster operations.
- Scalar
Kernel - GPU kernel for scalar raster operations.
- Unary
Kernel - GPU kernel for unary raster operations.
Enums§
- Element
Wise Op - Element-wise operation type.
- Scalar
Op - Scalar operation type.
- UnaryOp
- Unary operation type.