#pragma once #include namespace paddle { namespace pybind { void BindExpandApi(pybind11::module *m); } // namespace pybind } // namespace paddle