root/src/runtime/metadata.cpp

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. unused_function_to_get_halide_filter_metadata_t_declared

#include "HalideRuntime.h"

namespace Halide { namespace Runtime { namespace Internal {

// This is unused and expected to be optimized away; it exists solely to ensure
// that the halide_filter_metadata_t type is in the runtime module, so that
// Codegen_LLVM can access its description.
WEAK const halide_filter_metadata_t *unused_function_to_get_halide_filter_metadata_t_declared() { return NULL; }

} } }


/* [<][>][^][v][top][bottom][index][help] */