Halide  14.0.0
Halide compiler and libraries
printer.h File Reference

Go to the source code of this file.

Classes

class  Halide::Runtime::Internal::StackPrinter< printer_type, buffer_length >
 

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.
 
 Halide::Runtime
 
 Halide::Runtime::Internal
 

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 >
 

Enumerations

enum  Halide::Runtime::Internal::PrinterType { Halide::Runtime::Internal::BasicPrinterType = 0 , Halide::Runtime::Internal::ErrorPrinterType = 1 , Halide::Runtime::Internal::StringStreamPrinterType = 2 }
 

Variables

constexpr uint64_t Halide::Runtime::Internal::default_printer_buffer_length = 1024