https://github.com/halide/Halide
Raw File
Tip revision: a495579e7906c1f7db227407e5b0a2daa994f87c authored by Katrina Passarella on 06 September 2019, 18:16:53 UTC
Simplify match_bits.
Tip revision: a495579
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