Halide
printer.h File Reference
#include "HalideRuntime.h"

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
 

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 >
 

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
 

Macro Definition Documentation

◆ HALIDE_RUNTIME_PRINTER_LOG_THREADID

#define HALIDE_RUNTIME_PRINTER_LOG_THREADID   0

Definition at line 10 of file printer.h.