https://github.com/halide/Halide
Raw File
Tip revision: 253c5e8dccccf9b344c452d4f4ad27ffe22e33bd authored by Alexander Root on 28 September 2021, 17:53:06 UTC
bug fixes and clean-up for non-simplification of reordered terms
Tip revision: 253c5e8
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