#include "runtime/HalideRuntime.h"
#include <cstdint>
#include <string>
Go to the source code of this file.
|
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...
|
|
|
namespace | 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.
|
|
◆ halide_type_of< Halide::float16_t >()
◆ halide_type_of< Halide::bfloat16_t >()