File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
#include < cstdint>
25
25
#include < folly/Conv.h>
26
26
#include < folly/String.h>
27
- #include < folly/dynamic.h>
27
+ #include < folly/json/ dynamic.h>
28
28
#include < type_traits>
29
29
30
30
namespace glow {
Original file line number Diff line number Diff line change 20
20
#include " glow/Graph/Graph.h"
21
21
#include " llvm/ADT/MapVector.h"
22
22
23
- #include < folly/dynamic.h>
23
+ #include < folly/json/ dynamic.h>
24
24
25
25
namespace glow {
26
26
Original file line number Diff line number Diff line change 19
19
#include " NNPIAdapterContainer.h"
20
20
#include " NNPIOptions.h"
21
21
#include " glow/Backend/Backend.h"
22
- #include < folly/dynamic.h>
22
+ #include < folly/json/ dynamic.h>
23
23
#include < vector>
24
24
25
25
namespace glow {
Original file line number Diff line number Diff line change 24
24
#include " glow/ExecutionContext/ExecutionContext.h"
25
25
#include " nnpi_inference_types.h"
26
26
#include " nnpi_transformer.h"
27
- #include < folly/dynamic.h>
27
+ #include < folly/json/ dynamic.h>
28
28
#include < map>
29
29
#include < memory>
30
30
#include < mutex>
Original file line number Diff line number Diff line change 19
19
#include " glow/Graph/FXIRWrapper.h"
20
20
#include " llvm/Support/Casting.h"
21
21
22
- #include < folly/DynamicConverter.h>
22
+ #include < folly/json/ DynamicConverter.h>
23
23
24
24
using namespace glow ;
25
25
Original file line number Diff line number Diff line change 26
26
#include " llvm/Support/FileSystem.h"
27
27
#include " llvm/Support/FormatVariadic.h"
28
28
29
- #include < folly/dynamic.h>
29
+ #include < folly/json/ dynamic.h>
30
30
#include < future>
31
31
#include < map>
32
32
#include < mutex>
Original file line number Diff line number Diff line change 16
16
17
17
#include " GlowCompileSpec.h"
18
18
#include " PyTorchCommon.h"
19
- #include " folly/json.h"
19
+ #include " folly/json/json .h"
20
20
#include < ATen/core/ivalue.h>
21
21
#include < torch/custom_class.h>
22
22
Original file line number Diff line number Diff line change 20
20
#include " PyTorchCommon.h"
21
21
#include < ATen/core/ivalue.h>
22
22
23
- #include " folly/dynamic.h"
24
- #include " folly/json.h"
23
+ #include " folly/json/ dynamic.h"
24
+ #include " folly/json/json .h"
25
25
26
26
namespace glow {
27
27
You can’t perform that action at this time.
0 commit comments