https://github.com/halide/Halide
Raw File
Tip revision: 94b657507f2bebf71e29212312ab9fee8da82ca2 authored by Steven Johnson on 04 April 2019, 03:35:06 UTC
Avoid overreads/writes in Codegen_C
Tip revision: 94b6575
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