https://github.com/halide/Halide
Raw File
Tip revision: 9aa9e95cf2663ba49c4de6a3fa050a7f915b5b55 authored by Steven Johnson on 31 January 2019, 20:56:31 UTC
Fix 64-bit corner cases
Tip revision: 9aa9e95
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