Commit 72cab4ee by Josh Pollock Committed by Tianqi Chen

Change error.h path in doc.h (#1794)

parent 6a3a9572
......@@ -12,6 +12,7 @@
#ifndef TVM_RELAY_IR_DOC_H_
#define TVM_RELAY_IR_DOC_H_
#include <tvm/relay/error.h>
#include <unordered_map>
#include <utility>
#include <string>
......@@ -20,7 +21,6 @@
#include <memory>
#include <ostream>
#include <map>
#include "error.h"
namespace tvm {
namespace relay {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment