https://github.com/halide/Halide
Raw File
Tip revision: fbb1d0a0efc37a5b553f2435d0a4f24f82a5e656 authored by Aly, Mohamed on 01 June 2018, 17:28:21 UTC
Changes to make it more concise
Tip revision: fbb1d0a
PyParam.h
#ifndef HALIDE_PYTHON_BINDINGS_PYPARAM_H
#define HALIDE_PYTHON_BINDINGS_PYPARAM_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_param(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYPARAM_H
back to top