We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6738767 + 54f1dbc commit 411714aCopy full SHA for 411714a
include/core/data_type.h
@@ -1,5 +1,6 @@
1
#pragma once
2
#include "core/common.h"
3
+#include <cstdint>
4
5
namespace infini {
6
include/core/graph.h
@@ -2,6 +2,8 @@
#include "core/allocator.h"
#include "core/operator.h"
#include "core/tensor.h"
+#include <algorithm>
7
8
namespace infini
9
{
@@ -116,4 +118,4 @@ namespace infini
116
118
bool sorted;
117
119
};
120
-} // namespace infini
121
+} // namespace infini
include/core/op_type.h
@@ -2,6 +2,7 @@
#ifndef OP_TYPE_H
#define OP_TYPE_H
#include <string>
#include <unordered_set>
0 commit comments