Halide
12.0.1
Halide compiler and libraries
|
Go to the source code of this file.
Classes | |
struct | Halide::float16_t |
Class that provides a type that implements half precision floating point (IEEE754 2008 binary16) in software. More... | |
struct | Halide::bfloat16_t |
Class that provides a type that implements half precision floating point using the bfloat16 format. More... | |
Namespaces | |
Halide | |
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
Functions | |
template<> | |
HALIDE_ALWAYS_INLINE halide_type_t | halide_type_of< Halide::float16_t > () |
template<> | |
HALIDE_ALWAYS_INLINE halide_type_t | halide_type_of< Halide::bfloat16_t > () |
HALIDE_ALWAYS_INLINE halide_type_t halide_type_of< Halide::float16_t > | ( | ) |
Definition at line 130 of file Float16.h.
References halide_type_float.
HALIDE_ALWAYS_INLINE halide_type_t halide_type_of< Halide::bfloat16_t > | ( | ) |
Definition at line 257 of file Float16.h.
References halide_type_bfloat.