File tree Expand file tree Collapse file tree 10 files changed +9
-9
lines changed Expand file tree Collapse file tree 10 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818#include < string>
1919
2020#include " paddle/fluid/framework/op_version_registry.h"
21- #include " paddle/fluid/pybind/pybind_boost_headers .h"
21+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
2222
2323namespace py = pybind11;
2424
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ limitations under the License. */
5454#include " paddle/fluid/operators/utils.h"
5555#include " paddle/fluid/pybind/eager_utils.h"
5656#include " paddle/fluid/pybind/op_function.h"
57- #include " paddle/fluid/pybind/pybind_boost_headers .h"
57+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
5858#include " paddle/fluid/pybind/slice_utils.h"
5959#include " paddle/fluid/pybind/tensor_py.h"
6060#include " paddle/fluid/pybind/uva_utils.h"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License. */
1717#include " paddle/fluid/framework/lod_tensor.h"
1818#include " paddle/fluid/framework/selected_rows_utils.h"
1919#include " paddle/fluid/platform/enforce.h"
20- #include " paddle/fluid/pybind/pybind_boost_headers .h"
20+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
2121
2222namespace py = pybind11;
2323namespace paddle {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ typedef SSIZE_T ssize_t;
2121
2222#include < Python.h>
2323
24- #include " paddle/fluid/pybind/pybind_boost_headers .h"
24+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
2525
2626namespace paddle {
2727namespace pybind {
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ limitations under the License. */
114114#include " paddle/fluid/pybind/ir.h"
115115#include " paddle/fluid/pybind/metrics_py.h"
116116#include " paddle/fluid/pybind/ps_gpu_wrapper_py.h"
117- #include " paddle/fluid/pybind/pybind_boost_headers .h"
117+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
118118#include " paddle/phi/backends/device_manager.h"
119119
120120#if defined(PADDLE_WITH_NCCL) || defined(PADDLE_WITH_RCCL)
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ limitations under the License. */
114114#include " paddle/fluid/pybind/ir.h"
115115#include " paddle/fluid/pybind/metrics_py.h"
116116#include " paddle/fluid/pybind/ps_gpu_wrapper_py.h"
117- #include " paddle/fluid/pybind/pybind_boost_headers .h"
117+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
118118#include " paddle/phi/backends/device_manager.h"
119119
120120#if defined(PADDLE_WITH_NCCL) || defined(PADDLE_WITH_RCCL)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ limitations under the License. */
2626#include " paddle/fluid/framework/var_desc.h"
2727#include " paddle/fluid/framework/version.h"
2828#include " paddle/fluid/jit/property.h"
29- #include " paddle/fluid/pybind/pybind_boost_headers .h"
29+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
3030
3131namespace py = pybind11;
3232
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ limitations under the License. */
115115#include " paddle/fluid/pybind/ir.h"
116116#include " paddle/fluid/pybind/metrics_py.h"
117117#include " paddle/fluid/pybind/ps_gpu_wrapper_py.h"
118- #include " paddle/fluid/pybind/pybind_boost_headers .h"
118+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
119119#include " paddle/phi/backends/device_manager.h"
120120
121121#if defined(PADDLE_WITH_NCCL) || defined(PADDLE_WITH_RCCL)
File renamed without changes.
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ limitations under the License. */
114114#include " paddle/fluid/pybind/ir.h"
115115#include " paddle/fluid/pybind/metrics_py.h"
116116#include " paddle/fluid/pybind/ps_gpu_wrapper_py.h"
117- #include " paddle/fluid/pybind/pybind_boost_headers .h"
117+ #include " paddle/fluid/pybind/pybind_variant_caster .h"
118118#include " paddle/phi/backends/device_manager.h"
119119
120120#if defined(PADDLE_WITH_NCCL) || defined(PADDLE_WITH_RCCL)
You can’t perform that action at this time.
0 commit comments