python_object_to_buffer   42 python_bindings/python/Func.cpp             buffers.push_back(python_object_to_buffer(tup[i]));
python_object_to_buffer   45 python_bindings/python/Func.cpp         buffers.push_back(python_object_to_buffer(obj));
python_object_to_buffer  524 python_bindings/python/Image.cpp     h::Buffer<> im = python_object_to_buffer(buffer_object);
python_object_to_buffer    9 python_bindings/python/Image.h Halide::Buffer<> python_object_to_buffer(boost::python::object);