https://github.com/halide/Halide
Raw File
Tip revision: e154e175d0b8338329e857ab28d3045f17b26ffe authored by dsharletg on 30 April 2019, 06:59:07 UTC
Merge branch 'master' of https://github.com/halide/Halide into cuda-constant
Tip revision: e154e17
PyBuffer.h
#ifndef HALIDE_PYTHON_BINDINGS_PYBUFFER_H
#define HALIDE_PYTHON_BINDINGS_PYBUFFER_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_buffer(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYBUFFER_H
back to top