https://github.com/halide/Halide
Raw File
Tip revision: cc5f7fc1f471cb7f2cdbfe3f4bbb586e31f807ab authored by Patricia Suriana on 31 May 2018, 17:04:46 UTC
Fix prefetch tests and prefetch elem byte size
Tip revision: cc5f7fc
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