https://github.com/halide/Halide
Raw File
Tip revision: 131498dbc388411fca6f6bab0d7817ea744db9e9 authored by Steven Johnson on 07 January 2020, 23:04:49 UTC
Merge branch 'master' into srj-hvx-nocopy
Tip revision: 131498d
PyRDom.h
#ifndef HALIDE_PYTHON_BINDINGS_PYRDOM_H
#define HALIDE_PYTHON_BINDINGS_PYRDOM_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_rdom(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYRDOM_H
back to top