|
Halide 17.0.1
Halide compiler and libraries
|
#include "HalideRuntime.h"Go to the source code of this file.
Classes | |
| class | Halide::Runtime::Internal::StackPrinter< printer_type, buffer_length > |
Namespaces | |
| 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. | |
| namespace | Halide::Runtime |
| namespace | Halide::Runtime::Internal |
Macros | |
| #define | HALIDE_RUNTIME_PRINTER_LOG_THREADID 0 |
Typedefs | |
| template<uint64_t buffer_length = default_printer_buffer_length> | |
| using | Halide::Runtime::Internal::StackBasicPrinter = StackPrinter< BasicPrinterType, buffer_length > |
| template<uint64_t buffer_length = default_printer_buffer_length> | |
| using | Halide::Runtime::Internal::StackErrorPrinter = StackPrinter< ErrorPrinterType, buffer_length > |
| template<uint64_t buffer_length = default_printer_buffer_length> | |
| using | Halide::Runtime::Internal::StackStringStreamPrinter = StackPrinter< StringStreamPrinterType, buffer_length > |
Variables | |
| constexpr uint64_t | Halide::Runtime::Internal::default_printer_buffer_length = 1024 |