[][src]Crate halide_runtime

halide-runtime is a Rust wrapper for the Halide runtime

Modules

filter
runtime

Structs

Buffer

Buffer wraps image data in a way that can be passed as an argument to Halide filters

Device
Type

Type is used to define the type of pixel data in terms of kind and bits For example, Type(Kind::UInt, 8) uses one 8-bit unsigned integer per channel and Type(Kind::Float, 32) uses a float per channel, etc...

Enums

Kind

Functions

set_gpu_device