root/apps/templates/ios/generator_main.cpp

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

DEFINITIONS

This source file includes following definitions.
  1. main

#include "Halide.h"

#include <fstream>

using namespace Halide;
using namespace Halide::Internal;
using namespace std;

int main(int argc, char **argv) {

  return generate_filter_main(argc, argv, std::cerr);
}

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