https://github.com/halide/Halide
Raw File
Tip revision: 76a8c27a649706a9b18c5b0d19813c62100fb256 authored by Jing Pu on 17 December 2018, 21:46:11 UTC
force a builder rerun.
Tip revision: 76a8c27
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