File tree 3 files changed +2
-8
lines changed
paddle/fluid/framework/io
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if(WITH_CRYPTO)
4
4
set (framework_io_srcs ${framework_io_srcs} ${framework_io_crypto_srcs} )
5
5
endif ()
6
6
7
- set (framework_io_deps glog timer)
7
+ set (framework_io_deps glog timer phi )
8
8
if (WITH_CRYPTO)
9
9
set (framework_io_deps ${framework_io_deps} cryptopp)
10
10
endif ()
Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ limitations under the License. */
12
12
#include " paddle/fluid/framework/io/save_load_tensor.h"
13
13
14
14
#include < cstdint>
15
-
16
15
#include < fstream>
17
16
#include < numeric>
18
- #include < string>
19
17
20
18
#include " glog/logging.h"
21
19
#include " paddle/fluid/framework/lod_tensor.h"
Original file line number Diff line number Diff line change @@ -11,13 +11,9 @@ limitations under the License. */
11
11
12
12
#pragma once
13
13
14
- #include < cstdint>
15
-
16
- #include < fstream>
17
- #include < numeric>
18
14
#include < string>
19
15
20
- #include " paddle/fluid/framework/version .h"
16
+ #include " paddle/phi/core/dense_tensor .h"
21
17
22
18
namespace paddle {
23
19
namespace framework {
You can’t perform that action at this time.
0 commit comments