Skip to content

Commit

Permalink
[Lint] Fix cpp lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wweic committed Mar 13, 2019
1 parent 938e43e commit 8150fd5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nnvm/src/pass/graph_annotate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
#include <dlpack/dlpack.h>

#include <algorithm>
#include <memory>
#include <queue>
#include <stack>
#include <unordered_map>
#include <utility>
#include <vector>

namespace nnvm {
Expand Down
1 change: 1 addition & 0 deletions nnvm/src/pass/graph_annotate.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <nnvm/graph.h>

#include <memory>
#include <string>
#include <unordered_map>

Expand Down
1 change: 1 addition & 0 deletions nnvm/src/pass/subgraph/subgraph_property.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <nnvm/node.h>
#include <dmlc/base.h>
#include <dmlc/thread_local.h>
#include <memory>
#include <unordered_map>
#include <unordered_set>
#include <vector>
Expand Down
2 changes: 2 additions & 0 deletions nnvm/src/top/subgraph/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
#include <nnvm/op_attr_types.h>
#include <nnvm/compiler/op_attr_types.h>
#include <nnvm/top/tensor.h>
#include <memory>
#include <string>
#include <set>
#include <utility>
#include <vector>
#include "../op_common.h"
#include "../elemwise_op_common.h"
Expand Down
1 change: 1 addition & 0 deletions src/contrib/subgraph/subgraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <dmlc/json.h>
#include <string>
#include <unordered_map>
#include <vector>

namespace tvm {
Expand Down

0 comments on commit 8150fd5

Please sign in to comment.