Skip to content

Commit 1006383

Browse files
committed
pretty_log import
1 parent 8ed2693 commit 1006383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/ir/mkldnn/matmul_transpose_reshape_mkldnn_fuse_pass.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
// limitations under the License.
1414

1515
#include "paddle/fluid/framework/ir/mkldnn/matmul_transpose_reshape_mkldnn_fuse_pass.h"
16-
#include <paddle/fluid/string/pretty_log.h>
1716
#include "paddle/fluid/framework/op_version_registry.h"
1817
#include "paddle/phi/core/enforce.h"
18+
#include "paddle/utils/string/pretty_log.h"
1919

2020
namespace paddle {
2121
namespace framework {

0 commit comments

Comments
 (0)