Skip to content

Commit

Permalink
Moving the attrs.h inside the include directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
anijain2305 committed Jul 11, 2019
1 parent 275ddd0 commit a0ad8ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/relay/qnn/op/requantize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <tvm/relay/op_attr_types.h>
#include <tvm/relay/analysis.h>
#include "../include/attrs.h"
#include <tvm/relay/qnn/attrs.h>
#include "../include/util.h"

namespace tvm {
Expand Down
2 changes: 1 addition & 1 deletion src/relay/qnn/pass/quantize_rewrite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <tvm/relay/analysis.h>
#include <tvm/relay/transform.h>
#include <tvm/relay/op_attr_types.h>
#include "../include/attrs.h"
#include <tvm/relay/qnn/attrs.h>
#include "../include/util.h"
#include "../../pass/pattern_util.h"

Expand Down

0 comments on commit a0ad8ca

Please sign in to comment.