https://github.com/halide/Halide
Raw File
Tip revision: d7adf79c8ffe31852988e2c8248649b2e2f71776 authored by Steven Johnson on 29 July 2019, 19:53:04 UTC
Merge pull request #4062 from halide/srj-aslog
Tip revision: d7adf79
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