https://github.com/halide/Halide
Raw File
Tip revision: 5b06a146baf69df1cf2c7dc20a3815e130d1fd63 authored by Andrew Adams on 31 December 2020, 00:49:16 UTC
Address review comments
Tip revision: 5b06a14
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