This repository was archived by the owner on Jul 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424#include < cstdint>
2525#include < folly/Conv.h>
2626#include < folly/String.h>
27- #include < folly/dynamic.h>
27+ #include < folly/json/ dynamic.h>
2828#include < type_traits>
2929
3030namespace glow {
Original file line number Diff line number Diff line change 2020#include " glow/Graph/Graph.h"
2121#include " llvm/ADT/MapVector.h"
2222
23- #include < folly/dynamic.h>
23+ #include < folly/json/ dynamic.h>
2424
2525namespace glow {
2626
Original file line number Diff line number Diff line change 1919#include " NNPIAdapterContainer.h"
2020#include " NNPIOptions.h"
2121#include " glow/Backend/Backend.h"
22- #include < folly/dynamic.h>
22+ #include < folly/json/ dynamic.h>
2323#include < vector>
2424
2525namespace glow {
Original file line number Diff line number Diff line change 2424#include " glow/ExecutionContext/ExecutionContext.h"
2525#include " nnpi_inference_types.h"
2626#include " nnpi_transformer.h"
27- #include < folly/dynamic.h>
27+ #include < folly/json/ dynamic.h>
2828#include < map>
2929#include < memory>
3030#include < mutex>
Original file line number Diff line number Diff line change 1919#include " glow/Graph/FXIRWrapper.h"
2020#include " llvm/Support/Casting.h"
2121
22- #include < folly/DynamicConverter.h>
22+ #include < folly/json/ DynamicConverter.h>
2323
2424using namespace glow ;
2525
Original file line number Diff line number Diff line change 2626#include " llvm/Support/FileSystem.h"
2727#include " llvm/Support/FormatVariadic.h"
2828
29- #include < folly/dynamic.h>
29+ #include < folly/json/ dynamic.h>
3030#include < future>
3131#include < map>
3232#include < mutex>
Original file line number Diff line number Diff line change 1616
1717#include " GlowCompileSpec.h"
1818#include " PyTorchCommon.h"
19- #include " folly/json.h"
19+ #include " folly/json/json .h"
2020#include < ATen/core/ivalue.h>
2121#include < torch/custom_class.h>
2222
Original file line number Diff line number Diff line change 2020#include " PyTorchCommon.h"
2121#include < ATen/core/ivalue.h>
2222
23- #include " folly/dynamic.h"
24- #include " folly/json.h"
23+ #include " folly/json/ dynamic.h"
24+ #include " folly/json/json .h"
2525
2626namespace glow {
2727
You can’t perform that action at this time.
0 commit comments