1#ifndef HALIDE_INTERNAL_DEBUG_ARGUMENTS_H
2#define HALIDE_INTERNAL_DEBUG_ARGUMENTS_H
Defines the structure that describes a Halide target.
void debug_arguments(LoweredFunc *func, const Target &t)
Injects debug prints in a LoweredFunc that describe the target and arguments.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
Definition of a lowered function.
A struct representing a target machine and os to generate code for.