diff --git a/paddle/phi/api/all.h b/paddle/phi/api/all.h index 1dd908991f4ab8bdf29f7b58bf59f2de827eace5..b70119e1e4e5dff7729546c81b94bd7adee5f256 100644 --- a/paddle/phi/api/all.h +++ b/paddle/phi/api/all.h @@ -30,6 +30,7 @@ limitations under the License. */ #include "paddle/phi/api/include/fused_api.h" #include "paddle/phi/api/include/sparse_api.h" #include "paddle/phi/api/include/tensor.h" +#include "paddle/phi/api/include/tensor_utils.h" // phi common headers #include "paddle/phi/common/backend.h" diff --git a/paddle/phi/api/yaml/fused_backward.yaml b/paddle/phi/api/yaml/fused_backward.yaml index bdea08a1dd6a802489f35c82ba4952f22427eee5..5bddb16ae9ba247d906eae3db6d09de197ccf1bf 100644 --- a/paddle/phi/api/yaml/fused_backward.yaml +++ b/paddle/phi/api/yaml/fused_backward.yaml @@ -1,6 +1,6 @@ # This file is designed for fusion C++ backward operators, which manages the # generated code for static mode and dynamic mode (when `support_dygraph_mode` is true). -# "support_dygraph_mode" is and extra configuration item in this file, +# "support_dygraph_mode" is an extra configuration item in this file, # if one operator have "support_dygraph_mode : true", it supports dygraph mode, # otherwise the operator only could be used in static mode. diff --git a/paddle/phi/api/yaml/fused_ops.yaml b/paddle/phi/api/yaml/fused_ops.yaml index 452983351daddbe407c6cec2d8b8e9cf003ee258..c9fae2a81e3b74056e0cbbfad326ddda7107ac36 100644 --- a/paddle/phi/api/yaml/fused_ops.yaml +++ b/paddle/phi/api/yaml/fused_ops.yaml @@ -1,6 +1,6 @@ # This file is designed for fusion C++ farward operators, which manages the # generated code for static mode and dynamic mode (when `support_dygraph_mode` is true). -# "support_dygraph_mode" is and extra configuration item in this file, +# "support_dygraph_mode" is an extra configuration item in this file, # if one operator have "support_dygraph_mode : true", it supports dygraph mode, # otherwise the operator only could be used in static mode.