Halide 19.0.0
Halide compiler and libraries
|
Allow easily printing the contents of spans, or std::vector-like spans, in debug output. More...
#include <Debug.h>
Public Member Functions | |
PrintSpanLn (const T &span) | |
Public Attributes | |
const T & | span |
Allow easily printing the contents of spans, or std::vector-like spans, in debug output.
Used like so: std::vector<Type> arg_types; debug(4) << "arg_types: " << PrintSpan(arg_types) << "\n"; Which results in output like: arg_types: { uint8x8, uint8x8, } Indentation uses a tab character.
|
inline |
const T& Halide::Internal::PrintSpanLn< T >::span |
Definition at line 109 of file Debug.h.
Referenced by Halide::Internal::operator<<().