aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/detail
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/detail')
-rw-r--r--arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h6
-rw-r--r--arm_compute/graph/detail/ExecutionHelpers.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h b/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h
index da17806011..30c084edf5 100644
--- a/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h
+++ b/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_DETAIL_CROSS_LAYER_MEMORY_MANAGER_HELPERS_H__
-#define __ARM_COMPUTE_GRAPH_DETAIL_CROSS_LAYER_MEMORY_MANAGER_HELPERS_H__
+#ifndef ARM_COMPUTE_GRAPH_DETAIL_CROSS_LAYER_MEMORY_MANAGER_HELPERS_H
+#define ARM_COMPUTE_GRAPH_DETAIL_CROSS_LAYER_MEMORY_MANAGER_HELPERS_H
#include <vector>
@@ -49,4 +49,4 @@ void configure_transition_manager(Graph &g, GraphContext &ctx, ExecutionWorkload
} // namespace detail
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_DETAIL_CROSS_LAYER_MEMORY_MANAGER_HELPERS_H__ */
+#endif /* ARM_COMPUTE_GRAPH_DETAIL_CROSS_LAYER_MEMORY_MANAGER_HELPERS_H */
diff --git a/arm_compute/graph/detail/ExecutionHelpers.h b/arm_compute/graph/detail/ExecutionHelpers.h
index 955e6d5e1e..aa1af27052 100644
--- a/arm_compute/graph/detail/ExecutionHelpers.h
+++ b/arm_compute/graph/detail/ExecutionHelpers.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_DETAIL_EXECUTION_HELPERS_H__
-#define __ARM_COMPUTE_GRAPH_DETAIL_EXECUTION_HELPERS_H__
+#ifndef ARM_COMPUTE_GRAPH_DETAIL_EXECUTION_HELPERS_H
+#define ARM_COMPUTE_GRAPH_DETAIL_EXECUTION_HELPERS_H
#include "arm_compute/graph/Types.h"
@@ -120,4 +120,4 @@ void call_all_tasks(ExecutionWorkload &workload);
} // namespace detail
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_DETAIL_EXECUTION_HELPERS_H__ */
+#endif /* ARM_COMPUTE_GRAPH_DETAIL_EXECUTION_HELPERS_H */