aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.h')
-rw-r--r--src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.h b/src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.h
index 308a9d796a..0a2369d357 100644
--- a/src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.h
+++ b/src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.h
@@ -25,9 +25,11 @@
#define SRC_DYNAMIC_FUSION_SKETCH_GPU_GPUOPERATORGROUP
#include "arm_compute/core/ITensorInfo.h"
+
#include "src/dynamic_fusion/sketch/ArgumentPack.h"
#include "src/dynamic_fusion/sketch/gpu/GpuOperatorProperties.h"
#include "src/dynamic_fusion/sketch/utils/DependencyGraph.h"
+
#include <map>
namespace arm_compute
@@ -104,7 +106,7 @@ public:
const Operator *get_root_operator() const;
private:
- DependencyGraph _graph{};
+ DependencyGraph _graph{};
std::map<OperatorId, Operator> _operators{};
};
} // namespace dynamic_fusion