From f4643379c5f210d552ee3e8395f831ff5c168de7 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 29 Nov 2019 16:17:13 +0000 Subject: COMPMID-2826 Comply with DCL51-CPP Rename all header guards to be compliant with DCL51-CPP Change-Id: I47b09375bb1b8d39d80c275ce69a3f25fb385d75 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/2393 Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- arm_compute/graph/Edge.h | 8 ++++---- arm_compute/graph/Graph.h | 6 +++--- arm_compute/graph/GraphBuilder.h | 6 +++--- arm_compute/graph/GraphContext.h | 6 +++--- arm_compute/graph/GraphManager.h | 8 ++++---- arm_compute/graph/IDeviceBackend.h | 6 +++--- arm_compute/graph/IGraphMutator.h | 8 ++++---- arm_compute/graph/IGraphPrinter.h | 8 ++++---- arm_compute/graph/INode.h | 6 +++--- arm_compute/graph/INodeVisitor.h | 6 +++--- arm_compute/graph/ITensorAccessor.h | 8 ++++---- arm_compute/graph/ITensorHandle.h | 8 ++++---- arm_compute/graph/LayerDescriptors.h | 6 +++--- arm_compute/graph/Logger.h | 8 ++++---- arm_compute/graph/PassManager.h | 8 ++++---- arm_compute/graph/Tensor.h | 6 +++--- arm_compute/graph/TensorDescriptor.h | 8 ++++---- arm_compute/graph/TypeLoader.h | 6 +++--- arm_compute/graph/TypePrinter.h | 6 +++--- arm_compute/graph/Types.h | 6 +++--- arm_compute/graph/Utils.h | 6 +++--- arm_compute/graph/Workload.h | 8 ++++---- arm_compute/graph/algorithms/Algorithms.h | 8 ++++---- arm_compute/graph/algorithms/TopologicalSort.h | 8 ++++---- arm_compute/graph/backends/BackendRegistrar.h | 8 ++++---- arm_compute/graph/backends/BackendRegistry.h | 8 ++++---- arm_compute/graph/backends/CL/CLDeviceBackend.h | 14 +++++++------- arm_compute/graph/backends/CL/CLFunctionFactory.h | 8 ++++---- arm_compute/graph/backends/CL/CLNodeValidator.h | 8 ++++---- arm_compute/graph/backends/CL/CLSubTensorHandle.h | 8 ++++---- arm_compute/graph/backends/CL/CLTensorHandle.h | 8 ++++---- arm_compute/graph/backends/FunctionHelpers.h | 6 +++--- .../backends/FusedConvolutionBatchNormalizationFunction.h | 6 +++--- .../FusedDepthwiseConvolutionBatchNormalizationFunction.h | 6 +++--- arm_compute/graph/backends/GLES/GCDeviceBackend.h | 6 +++--- arm_compute/graph/backends/GLES/GCFunctionFactory.h | 8 ++++---- arm_compute/graph/backends/GLES/GCNodeValidator.h | 8 ++++---- arm_compute/graph/backends/GLES/GCTensorHandle.h | 8 ++++---- arm_compute/graph/backends/NEON/NEDeviceBackend.h | 6 +++--- arm_compute/graph/backends/NEON/NEFunctionFactory.h | 8 ++++---- arm_compute/graph/backends/NEON/NENodeValidator.h | 8 ++++---- arm_compute/graph/backends/NEON/NESubTensorHandle.h | 8 ++++---- arm_compute/graph/backends/NEON/NETensorHandle.h | 8 ++++---- arm_compute/graph/backends/Utils.h | 6 +++--- arm_compute/graph/backends/ValidateHelpers.h | 6 +++--- arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h | 6 +++--- arm_compute/graph/detail/ExecutionHelpers.h | 6 +++--- arm_compute/graph/frontend/ILayer.h | 8 ++++---- arm_compute/graph/frontend/IStream.h | 8 ++++---- arm_compute/graph/frontend/IStreamOperators.h | 8 ++++---- arm_compute/graph/frontend/Layers.h | 6 +++--- arm_compute/graph/frontend/Stream.h | 8 ++++---- arm_compute/graph/frontend/SubStream.h | 8 ++++---- arm_compute/graph/frontend/Types.h | 8 ++++---- arm_compute/graph/mutators/DepthConcatSubTensorMutator.h | 8 ++++---- arm_compute/graph/mutators/GraphMutators.h | 8 ++++---- arm_compute/graph/mutators/GroupedConvolutionMutator.h | 8 ++++---- arm_compute/graph/mutators/InPlaceOperationMutator.h | 8 ++++---- arm_compute/graph/mutators/NodeExecutionMethodMutator.h | 8 ++++---- arm_compute/graph/mutators/NodeFusionMutator.h | 6 +++--- arm_compute/graph/mutators/SplitLayerSubTensorMutator.h | 8 ++++---- arm_compute/graph/nodes/ActivationLayerNode.h | 6 +++--- arm_compute/graph/nodes/BatchNormalizationLayerNode.h | 8 ++++---- arm_compute/graph/nodes/BoundingBoxTransformLayerNode.h | 8 ++++---- arm_compute/graph/nodes/ChannelShuffleLayerNode.h | 8 ++++---- arm_compute/graph/nodes/ConcatenateLayerNode.h | 6 +++--- arm_compute/graph/nodes/ConstNode.h | 8 ++++---- arm_compute/graph/nodes/ConvolutionLayerNode.h | 8 ++++---- arm_compute/graph/nodes/DeconvolutionLayerNode.h | 6 +++--- arm_compute/graph/nodes/DepthwiseConvolutionLayerNode.h | 6 +++--- arm_compute/graph/nodes/DetectionOutputLayerNode.h | 8 ++++---- arm_compute/graph/nodes/DetectionPostProcessLayerNode.h | 6 +++--- arm_compute/graph/nodes/DummyNode.h | 8 ++++---- arm_compute/graph/nodes/EltwiseLayerNode.h | 8 ++++---- arm_compute/graph/nodes/FlattenLayerNode.h | 8 ++++---- arm_compute/graph/nodes/FullyConnectedLayerNode.h | 6 +++--- .../graph/nodes/FusedConvolutionBatchNormalizationNode.h | 12 ++++++------ .../FusedDepthwiseConvolutionBatchNormalizationNode.h | 6 +++--- arm_compute/graph/nodes/GenerateProposalsLayerNode.h | 6 +++--- arm_compute/graph/nodes/InputNode.h | 8 ++++---- arm_compute/graph/nodes/Nodes.h | 6 +++--- arm_compute/graph/nodes/NodesFwd.h | 6 +++--- arm_compute/graph/nodes/NormalizationLayerNode.h | 8 ++++---- arm_compute/graph/nodes/NormalizePlanarYUVLayerNode.h | 8 ++++---- arm_compute/graph/nodes/OutputNode.h | 8 ++++---- arm_compute/graph/nodes/PadLayerNode.h | 8 ++++---- arm_compute/graph/nodes/PermuteLayerNode.h | 8 ++++---- arm_compute/graph/nodes/PoolingLayerNode.h | 8 ++++---- arm_compute/graph/nodes/PriorBoxLayerNode.h | 8 ++++---- arm_compute/graph/nodes/QuantizationLayerNode.h | 6 +++--- arm_compute/graph/nodes/ROIAlignLayerNode.h | 8 ++++---- arm_compute/graph/nodes/ReorgLayerNode.h | 8 ++++---- arm_compute/graph/nodes/ReshapeLayerNode.h | 8 ++++---- arm_compute/graph/nodes/ResizeLayerNode.h | 8 ++++---- arm_compute/graph/nodes/SliceLayerNode.h | 8 ++++---- arm_compute/graph/nodes/SoftmaxLayerNode.h | 8 ++++---- arm_compute/graph/nodes/SplitLayerNode.h | 8 ++++---- arm_compute/graph/nodes/StackLayerNode.h | 6 +++--- arm_compute/graph/nodes/UpsampleLayerNode.h | 8 ++++---- arm_compute/graph/nodes/YOLOLayerNode.h | 8 ++++---- arm_compute/graph/printers/DotGraphPrinter.h | 6 +++--- arm_compute/graph/printers/Printers.h | 8 ++++---- 102 files changed, 377 insertions(+), 377 deletions(-) (limited to 'arm_compute/graph') diff --git a/arm_compute/graph/Edge.h b/arm_compute/graph/Edge.h index 003b0dee94..e40914efd0 100644 --- a/arm_compute/graph/Edge.h +++ b/arm_compute/graph/Edge.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_EDGE_H__ -#define __ARM_COMPUTE_GRAPH_EDGE_H__ +#ifndef ARM_COMPUTE_GRAPH_EDGE_H +#define ARM_COMPUTE_GRAPH_EDGE_H #include "arm_compute/graph/INode.h" #include "arm_compute/graph/Tensor.h" @@ -149,4 +149,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_EDGE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_EDGE_H */ diff --git a/arm_compute/graph/Graph.h b/arm_compute/graph/Graph.h index 92507e74e9..c0c812988d 100644 --- a/arm_compute/graph/Graph.h +++ b/arm_compute/graph/Graph.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_GRAPH_H__ -#define __ARM_COMPUTE_GRAPH_GRAPH_H__ +#ifndef ARM_COMPUTE_GRAPH_GRAPH_H +#define ARM_COMPUTE_GRAPH_GRAPH_H #include "arm_compute/graph/Edge.h" #include "arm_compute/graph/INode.h" @@ -261,4 +261,4 @@ inline NodeID Graph::add_node(Ts &&... args) } } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_GRAPH_H__ */ +#endif /* ARM_COMPUTE_GRAPH_GRAPH_H */ diff --git a/arm_compute/graph/GraphBuilder.h b/arm_compute/graph/GraphBuilder.h index c1c56c3dd2..c178ae16e0 100644 --- a/arm_compute/graph/GraphBuilder.h +++ b/arm_compute/graph/GraphBuilder.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_GRAPH_BUILDER_H__ -#define __ARM_COMPUTE_GRAPH_GRAPH_BUILDER_H__ +#ifndef ARM_COMPUTE_GRAPH_GRAPH_BUILDER_H +#define ARM_COMPUTE_GRAPH_GRAPH_BUILDER_H #include "arm_compute/graph/ITensorAccessor.h" #include "arm_compute/graph/LayerDescriptors.h" @@ -511,4 +511,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_GRAPH_BUILDER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_GRAPH_BUILDER_H */ diff --git a/arm_compute/graph/GraphContext.h b/arm_compute/graph/GraphContext.h index 0eb9e81175..973264afba 100644 --- a/arm_compute/graph/GraphContext.h +++ b/arm_compute/graph/GraphContext.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_GRAPH_CONTEXT_H__ -#define __ARM_COMPUTE_GRAPH_GRAPH_CONTEXT_H__ +#ifndef ARM_COMPUTE_GRAPH_GRAPH_CONTEXT_H +#define ARM_COMPUTE_GRAPH_GRAPH_CONTEXT_H #include "arm_compute/graph/Types.h" @@ -131,4 +131,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_GRAPH_CONTEXT_H__ */ +#endif /* ARM_COMPUTE_GRAPH_GRAPH_CONTEXT_H */ diff --git a/arm_compute/graph/GraphManager.h b/arm_compute/graph/GraphManager.h index 9526a0b4cc..23fa73254b 100644 --- a/arm_compute/graph/GraphManager.h +++ b/arm_compute/graph/GraphManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_GRAPH_MANAGER_H__ -#define __ARM_COMPUTE_GRAPH_GRAPH_MANAGER_H__ +#ifndef ARM_COMPUTE_GRAPH_GRAPH_MANAGER_H +#define ARM_COMPUTE_GRAPH_GRAPH_MANAGER_H #include "arm_compute/graph/Types.h" #include "arm_compute/graph/Workload.h" @@ -83,4 +83,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_GRAPH_MANAGER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_GRAPH_MANAGER_H */ diff --git a/arm_compute/graph/IDeviceBackend.h b/arm_compute/graph/IDeviceBackend.h index cf54976c28..d40d752952 100644 --- a/arm_compute/graph/IDeviceBackend.h +++ b/arm_compute/graph/IDeviceBackend.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_IDEVICEBACKEND_H__ -#define __ARM_COMPUTE_GRAPH_IDEVICEBACKEND_H__ +#ifndef ARM_COMPUTE_GRAPH_IDEVICEBACKEND_H +#define ARM_COMPUTE_GRAPH_IDEVICEBACKEND_H #include "arm_compute/graph/ITensorHandle.h" #include "arm_compute/graph/Types.h" @@ -122,4 +122,4 @@ public: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_IDEVICEBACKEND_H__ +#endif //ARM_COMPUTE_GRAPH_IDEVICEBACKEND_H diff --git a/arm_compute/graph/IGraphMutator.h b/arm_compute/graph/IGraphMutator.h index 714fd7c3d0..b80d37d274 100644 --- a/arm_compute/graph/IGraphMutator.h +++ b/arm_compute/graph/IGraphMutator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_IGRAPHMUTATOR_H__ -#define __ARM_COMPUTE_GRAPH_IGRAPHMUTATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_IGRAPHMUTATOR_H +#define ARM_COMPUTE_GRAPH_IGRAPHMUTATOR_H namespace arm_compute { @@ -50,4 +50,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_IGRAPHMUTATOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_IGRAPHMUTATOR_H */ diff --git a/arm_compute/graph/IGraphPrinter.h b/arm_compute/graph/IGraphPrinter.h index aba52b1f74..73f3fa8ba3 100644 --- a/arm_compute/graph/IGraphPrinter.h +++ b/arm_compute/graph/IGraphPrinter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_IGRAPHPRINTER_H__ -#define __ARM_COMPUTE_GRAPH_IGRAPHPRINTER_H__ +#ifndef ARM_COMPUTE_GRAPH_IGRAPHPRINTER_H +#define ARM_COMPUTE_GRAPH_IGRAPHPRINTER_H #include @@ -48,4 +48,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_IGRAPHPRINTER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_IGRAPHPRINTER_H */ diff --git a/arm_compute/graph/INode.h b/arm_compute/graph/INode.h index edff8379d3..5536bb97ab 100644 --- a/arm_compute/graph/INode.h +++ b/arm_compute/graph/INode.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_INODE_H__ -#define __ARM_COMPUTE_GRAPH_INODE_H__ +#ifndef ARM_COMPUTE_GRAPH_INODE_H +#define ARM_COMPUTE_GRAPH_INODE_H #include "arm_compute/core/Error.h" #include "arm_compute/graph/LayerDescriptors.h" @@ -255,4 +255,4 @@ protected: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_INODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_INODE_H */ diff --git a/arm_compute/graph/INodeVisitor.h b/arm_compute/graph/INodeVisitor.h index c17b7753d6..59eddda4aa 100644 --- a/arm_compute/graph/INodeVisitor.h +++ b/arm_compute/graph/INodeVisitor.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_INODEVISITOR_H__ -#define __ARM_COMPUTE_GRAPH_INODEVISITOR_H__ +#ifndef ARM_COMPUTE_GRAPH_INODEVISITOR_H +#define ARM_COMPUTE_GRAPH_INODEVISITOR_H #include "arm_compute/graph/nodes/NodesFwd.h" @@ -294,4 +294,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_INODEVISITOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_INODEVISITOR_H */ diff --git a/arm_compute/graph/ITensorAccessor.h b/arm_compute/graph/ITensorAccessor.h index 2df39c29e1..f7add3742a 100644 --- a/arm_compute/graph/ITensorAccessor.h +++ b/arm_compute/graph/ITensorAccessor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_ITENSOR_ACCESSOR_H__ -#define __ARM_COMPUTE_GRAPH_ITENSOR_ACCESSOR_H__ +#ifndef ARM_COMPUTE_GRAPH_ITENSOR_ACCESSOR_H +#define ARM_COMPUTE_GRAPH_ITENSOR_ACCESSOR_H #include "arm_compute/core/ITensor.h" @@ -50,4 +50,4 @@ public: using ITensorAccessorUPtr = std::unique_ptr; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_SUB_STREAM_H__ */ \ No newline at end of file +#endif /* ARM_COMPUTE_GRAPH_SUB_STREAM_H */ \ No newline at end of file diff --git a/arm_compute/graph/ITensorHandle.h b/arm_compute/graph/ITensorHandle.h index 261ebf5474..1d78e78df5 100644 --- a/arm_compute/graph/ITensorHandle.h +++ b/arm_compute/graph/ITensorHandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_ITENSORHANDLE_H__ -#define __ARM_COMPUTE_GRAPH_ITENSORHANDLE_H__ +#ifndef ARM_COMPUTE_GRAPH_ITENSORHANDLE_H +#define ARM_COMPUTE_GRAPH_ITENSORHANDLE_H #include "arm_compute/core/ITensor.h" #include "arm_compute/graph/Types.h" @@ -87,4 +87,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ITENSORHANDLE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ITENSORHANDLE_H */ diff --git a/arm_compute/graph/LayerDescriptors.h b/arm_compute/graph/LayerDescriptors.h index f52beab523..94074e550e 100644 --- a/arm_compute/graph/LayerDescriptors.h +++ b/arm_compute/graph/LayerDescriptors.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_CONCAT_DESCRIPTOR_H__ -#define __ARM_COMPUTE_CONCAT_DESCRIPTOR_H__ +#ifndef ARM_COMPUTE_CONCAT_DESCRIPTOR_H +#define ARM_COMPUTE_CONCAT_DESCRIPTOR_H #include "arm_compute/core/Types.h" @@ -66,4 +66,4 @@ struct ConcatLayerDescriptor } // namespace descriptor } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_CONCAT_DESCRIPTOR_H__ */ \ No newline at end of file +#endif /* ARM_COMPUTE_CONCAT_DESCRIPTOR_H */ \ No newline at end of file diff --git a/arm_compute/graph/Logger.h b/arm_compute/graph/Logger.h index 8946d82a51..8aa87f0927 100644 --- a/arm_compute/graph/Logger.h +++ b/arm_compute/graph/Logger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_LOGGER_H__ -#define __ARM_COMPUTE_GRAPH_LOGGER_H__ +#ifndef ARM_COMPUTE_GRAPH_LOGGER_H +#define ARM_COMPUTE_GRAPH_LOGGER_H #include "arm_compute/core/utils/logging/Macros.h" @@ -63,4 +63,4 @@ ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER(); \ ARM_COMPUTE_LOG_STREAM("GRAPH", arm_compute::logging::LogLevel::ERROR, x) -#endif /* __ARM_COMPUTE_GRAPH_LOGGER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_LOGGER_H */ diff --git a/arm_compute/graph/PassManager.h b/arm_compute/graph/PassManager.h index 2263604ec9..c2b2319bcb 100644 --- a/arm_compute/graph/PassManager.h +++ b/arm_compute/graph/PassManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_PASSMANAGER_H__ -#define __ARM_COMPUTE_GRAPH_PASSMANAGER_H__ +#ifndef ARM_COMPUTE_GRAPH_PASSMANAGER_H +#define ARM_COMPUTE_GRAPH_PASSMANAGER_H #include "arm_compute/graph/IGraphMutator.h" @@ -90,4 +90,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_PASSMANAGER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_PASSMANAGER_H */ diff --git a/arm_compute/graph/Tensor.h b/arm_compute/graph/Tensor.h index 07eec1e50b..42d5d10735 100644 --- a/arm_compute/graph/Tensor.h +++ b/arm_compute/graph/Tensor.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_TENSOR_H__ -#define __ARM_COMPUTE_GRAPH_TENSOR_H__ +#ifndef ARM_COMPUTE_GRAPH_TENSOR_H +#define ARM_COMPUTE_GRAPH_TENSOR_H #include "arm_compute/graph/Types.h" @@ -119,4 +119,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_TENSOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_TENSOR_H */ diff --git a/arm_compute/graph/TensorDescriptor.h b/arm_compute/graph/TensorDescriptor.h index 704f015672..4441e0f7d3 100644 --- a/arm_compute/graph/TensorDescriptor.h +++ b/arm_compute/graph/TensorDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_TENSOR_DESCRIPTOR_H__ -#define __ARM_COMPUTE_GRAPH_TENSOR_DESCRIPTOR_H__ +#ifndef ARM_COMPUTE_GRAPH_TENSOR_DESCRIPTOR_H +#define ARM_COMPUTE_GRAPH_TENSOR_DESCRIPTOR_H #include "arm_compute/graph/Types.h" @@ -114,4 +114,4 @@ struct TensorDescriptor final : public misc::ICloneable }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_TENSOR_DESCRIPTOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_TENSOR_DESCRIPTOR_H */ diff --git a/arm_compute/graph/TypeLoader.h b/arm_compute/graph/TypeLoader.h index 41f382ad1d..e1b920c24d 100644 --- a/arm_compute/graph/TypeLoader.h +++ b/arm_compute/graph/TypeLoader.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_TYPE_LOADER_H__ -#define __ARM_COMPUTE_GRAPH_TYPE_LOADER_H__ +#ifndef ARM_COMPUTE_GRAPH_TYPE_LOADER_H +#define ARM_COMPUTE_GRAPH_TYPE_LOADER_H #include "arm_compute/graph/Types.h" @@ -149,4 +149,4 @@ inline ::std::istream &operator>>(::std::istream &stream, DepthwiseConvolutionMe } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_TYPE_LOADER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_TYPE_LOADER_H */ diff --git a/arm_compute/graph/TypePrinter.h b/arm_compute/graph/TypePrinter.h index 7610852aaf..243a8938d7 100644 --- a/arm_compute/graph/TypePrinter.h +++ b/arm_compute/graph/TypePrinter.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_TYPE_PRINTER_H__ -#define __ARM_COMPUTE_GRAPH_TYPE_PRINTER_H__ +#ifndef ARM_COMPUTE_GRAPH_TYPE_PRINTER_H +#define ARM_COMPUTE_GRAPH_TYPE_PRINTER_H #include "arm_compute/core/Error.h" #include "arm_compute/core/Types.h" @@ -265,4 +265,4 @@ inline ::std::ostream &operator<<(::std::ostream &os, const DepthwiseConvolution } } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_TYPE_PRINTER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_TYPE_PRINTER_H */ diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index c01f9a8f4e..c337126c8d 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.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_TYPES_H__ -#define __ARM_COMPUTE_GRAPH_TYPES_H__ +#ifndef ARM_COMPUTE_GRAPH_TYPES_H +#define ARM_COMPUTE_GRAPH_TYPES_H #include "arm_compute/core/Error.h" #include "arm_compute/core/Types.h" @@ -197,4 +197,4 @@ struct NodeParams }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_TYPES_H__ */ +#endif /* ARM_COMPUTE_GRAPH_TYPES_H */ diff --git a/arm_compute/graph/Utils.h b/arm_compute/graph/Utils.h index 2fa2f3b627..1760bc6dee 100644 --- a/arm_compute/graph/Utils.h +++ b/arm_compute/graph/Utils.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_UTILS_H__ -#define __ARM_COMPUTE_GRAPH_UTILS_H__ +#ifndef ARM_COMPUTE_GRAPH_UTILS_H +#define ARM_COMPUTE_GRAPH_UTILS_H #include "arm_compute/graph/Graph.h" #include "arm_compute/graph/PassManager.h" @@ -130,4 +130,4 @@ std::vector get_driving_nodes(const INode &node); void configure_tensor(Tensor *tensor); } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_UTILS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_UTILS_H */ diff --git a/arm_compute/graph/Workload.h b/arm_compute/graph/Workload.h index 682b08d88d..3f70181f59 100644 --- a/arm_compute/graph/Workload.h +++ b/arm_compute/graph/Workload.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_WORKLOAD_H__ -#define __ARM_COMPUTE_GRAPH_WORKLOAD_H__ +#ifndef ARM_COMPUTE_GRAPH_WORKLOAD_H +#define ARM_COMPUTE_GRAPH_WORKLOAD_H #include "arm_compute/graph/GraphContext.h" #include "arm_compute/runtime/IFunction.h" @@ -105,4 +105,4 @@ struct ExecutionWorkload }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_WORKLOAD_H__ */ +#endif /* ARM_COMPUTE_GRAPH_WORKLOAD_H */ diff --git a/arm_compute/graph/algorithms/Algorithms.h b/arm_compute/graph/algorithms/Algorithms.h index 7af2455e93..89441c854f 100644 --- a/arm_compute/graph/algorithms/Algorithms.h +++ b/arm_compute/graph/algorithms/Algorithms.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,9 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_GRAPH_ALGORITHMS_H__ -#define __ARM_COMPUTE_GRAPH_ALGORITHMS_H__ +#ifndef ARM_COMPUTE_GRAPH_ALGORITHMS_H +#define ARM_COMPUTE_GRAPH_ALGORITHMS_H #include "arm_compute/graph/algorithms/TopologicalSort.h" -#endif /* __ARM_COMPUTE_GRAPH_ALGORITHMS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ALGORITHMS_H */ diff --git a/arm_compute/graph/algorithms/TopologicalSort.h b/arm_compute/graph/algorithms/TopologicalSort.h index 6684844790..486c0b5aca 100644 --- a/arm_compute/graph/algorithms/TopologicalSort.h +++ b/arm_compute/graph/algorithms/TopologicalSort.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_ALGORITHM_TOPOLOGICAL_SORT_H__ -#define __ARM_COMPUTE_GRAPH_ALGORITHM_TOPOLOGICAL_SORT_H__ +#ifndef ARM_COMPUTE_GRAPH_ALGORITHM_TOPOLOGICAL_SORT_H +#define ARM_COMPUTE_GRAPH_ALGORITHM_TOPOLOGICAL_SORT_H #include "arm_compute/graph/Types.h" @@ -51,4 +51,4 @@ std::vector bfs(Graph &g); std::vector dfs(Graph &g); } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ALGORITHM_TOPOLOGICAL_SORT_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ALGORITHM_TOPOLOGICAL_SORT_H */ diff --git a/arm_compute/graph/backends/BackendRegistrar.h b/arm_compute/graph/backends/BackendRegistrar.h index f7f2f7f9d2..5d1582dc9d 100644 --- a/arm_compute/graph/backends/BackendRegistrar.h +++ b/arm_compute/graph/backends/BackendRegistrar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_BACKEND_REGISTRAR_H__ -#define ARM_COMPUTE_GRAPH_BACKEND_REGISTRAR_H__ +#ifndef ARM_COMPUTE_GRAPH_BACKEND_REGISTRAR_H +#define ARM_COMPUTE_GRAPH_BACKEND_REGISTRAR_H #include "arm_compute/graph/Types.h" #include "arm_compute/graph/backends/BackendRegistry.h" @@ -58,4 +58,4 @@ inline BackendRegistrar::BackendRegistrar(Target target) } // namespace backends } // namespace graph } // namespace arm_compute -#endif /* ARM_COMPUTE_GRAPH_BACKEND_REGISTRAR_H__ */ \ No newline at end of file +#endif /* ARM_COMPUTE_GRAPH_BACKEND_REGISTRAR_H */ \ No newline at end of file diff --git a/arm_compute/graph/backends/BackendRegistry.h b/arm_compute/graph/backends/BackendRegistry.h index 09aa17f3fb..163938b617 100644 --- a/arm_compute/graph/backends/BackendRegistry.h +++ b/arm_compute/graph/backends/BackendRegistry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_BACKEND_REGISTRY_H__ -#define __ARM_COMPUTE_GRAPH_BACKEND_REGISTRY_H__ +#ifndef ARM_COMPUTE_GRAPH_BACKEND_REGISTRY_H +#define ARM_COMPUTE_GRAPH_BACKEND_REGISTRY_H #include "arm_compute/graph/IDeviceBackend.h" #include "arm_compute/graph/Types.h" @@ -98,4 +98,4 @@ inline void BackendRegistry::add_backend(Target target) } // namespace backends } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BACKEND_REGISTRY_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BACKEND_REGISTRY_H */ diff --git a/arm_compute/graph/backends/CL/CLDeviceBackend.h b/arm_compute/graph/backends/CL/CLDeviceBackend.h index 8e5fe8cde5..492dca0682 100644 --- a/arm_compute/graph/backends/CL/CLDeviceBackend.h +++ b/arm_compute/graph/backends/CL/CLDeviceBackend.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_CLDEVICEBACKEND_H__ -#define __ARM_COMPUTE_GRAPH_CLDEVICEBACKEND_H__ +#ifndef ARM_COMPUTE_GRAPH_CLDEVICEBACKEND_H +#define ARM_COMPUTE_GRAPH_CLDEVICEBACKEND_H #include "arm_compute/graph/IDeviceBackend.h" @@ -70,12 +70,12 @@ public: std::shared_ptr create_weights_manager() override; private: - int _context_count; /**< Counts how many contexts are currently using the backend */ - CLTuner _tuner; /**< CL kernel tuner */ - std::unique_ptr _allocator; /**< CL buffer affinity allocator */ - std::string _tuner_file; /**< Filename to load/store the tuner's values from */ + int _context_count; /**< Counts how many contexts are currently using the backend */ + CLTuner _tuner; /**< CL kernel tuner */ + std::unique_ptr _allocator; /**< CL buffer affinity allocator */ + std::string _tuner_file; /**< Filename to load/store the tuner's values from */ }; } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_CLDEVICEBACKEND_H__ +#endif //ARM_COMPUTE_GRAPH_CLDEVICEBACKEND_H diff --git a/arm_compute/graph/backends/CL/CLFunctionFactory.h b/arm_compute/graph/backends/CL/CLFunctionFactory.h index 6caca547cf..264612c8b7 100644 --- a/arm_compute/graph/backends/CL/CLFunctionFactory.h +++ b/arm_compute/graph/backends/CL/CLFunctionFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_CLFUNCTIONFACTORY_H__ -#define __ARM_COMPUTE_GRAPH_CLFUNCTIONFACTORY_H__ +#ifndef ARM_COMPUTE_GRAPH_CLFUNCTIONFACTORY_H +#define ARM_COMPUTE_GRAPH_CLFUNCTIONFACTORY_H #include "arm_compute/runtime/IFunction.h" @@ -54,4 +54,4 @@ public: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_CLFUNCTIONFACTORY_H__ +#endif //ARM_COMPUTE_GRAPH_CLFUNCTIONFACTORY_H diff --git a/arm_compute/graph/backends/CL/CLNodeValidator.h b/arm_compute/graph/backends/CL/CLNodeValidator.h index 9bd4842cf7..2f43cd4696 100644 --- a/arm_compute/graph/backends/CL/CLNodeValidator.h +++ b/arm_compute/graph/backends/CL/CLNodeValidator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_CLNODEVALIDATOR_H__ -#define __ARM_COMPUTE_GRAPH_CLNODEVALIDATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_CLNODEVALIDATOR_H +#define ARM_COMPUTE_GRAPH_CLNODEVALIDATOR_H #include "arm_compute/core/Error.h" @@ -49,4 +49,4 @@ public: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_CLNODEVALIDATOR_H__ +#endif //ARM_COMPUTE_GRAPH_CLNODEVALIDATOR_H diff --git a/arm_compute/graph/backends/CL/CLSubTensorHandle.h b/arm_compute/graph/backends/CL/CLSubTensorHandle.h index 0c515a1c53..3379febd9c 100644 --- a/arm_compute/graph/backends/CL/CLSubTensorHandle.h +++ b/arm_compute/graph/backends/CL/CLSubTensorHandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_CLSUBTENSORHANDLE_H__ -#define __ARM_COMPUTE_GRAPH_CLSUBTENSORHANDLE_H__ +#ifndef ARM_COMPUTE_GRAPH_CLSUBTENSORHANDLE_H +#define ARM_COMPUTE_GRAPH_CLSUBTENSORHANDLE_H #include "arm_compute/graph/ITensorHandle.h" @@ -77,4 +77,4 @@ private: } // namespace backends } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_CLSUBTENSORHANDLE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_CLSUBTENSORHANDLE_H */ diff --git a/arm_compute/graph/backends/CL/CLTensorHandle.h b/arm_compute/graph/backends/CL/CLTensorHandle.h index 23997325d8..1452ef822c 100644 --- a/arm_compute/graph/backends/CL/CLTensorHandle.h +++ b/arm_compute/graph/backends/CL/CLTensorHandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_CLTENSORHANDLE_H__ -#define __ARM_COMPUTE_GRAPH_CLTENSORHANDLE_H__ +#ifndef ARM_COMPUTE_GRAPH_CLTENSORHANDLE_H +#define ARM_COMPUTE_GRAPH_CLTENSORHANDLE_H #include "arm_compute/graph/ITensorHandle.h" @@ -69,4 +69,4 @@ private: } // namespace backends } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_CLTENSORHANDLE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_CLTENSORHANDLE_H */ diff --git a/arm_compute/graph/backends/FunctionHelpers.h b/arm_compute/graph/backends/FunctionHelpers.h index 960011c1e2..a02e323b8d 100644 --- a/arm_compute/graph/backends/FunctionHelpers.h +++ b/arm_compute/graph/backends/FunctionHelpers.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_BACKENDS_DETAIL_FUNCTION_HELPERS_H__ -#define __ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_FUNCTION_HELPERS_H__ +#ifndef ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_FUNCTION_HELPERS_H +#define ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_FUNCTION_HELPERS_H #include "arm_compute/graph/Logger.h" #include "arm_compute/graph/Tensor.h" @@ -1596,4 +1596,4 @@ std::unique_ptr create_yolo_layer(YOLOLayerNode &node, GraphContext & } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_FUNCTION_HELPERS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_FUNCTION_HELPERS_H */ diff --git a/arm_compute/graph/backends/FusedConvolutionBatchNormalizationFunction.h b/arm_compute/graph/backends/FusedConvolutionBatchNormalizationFunction.h index 0af3abc547..895906da13 100644 --- a/arm_compute/graph/backends/FusedConvolutionBatchNormalizationFunction.h +++ b/arm_compute/graph/backends/FusedConvolutionBatchNormalizationFunction.h @@ -22,8 +22,8 @@ * SOFTWARE. */ -#ifndef __ARM_COMPUTE_GRAPH_BACKENDS_FUSED_CONVOLUTION_BATCH_NORMAZLIZATION_FUNCTION_H__ -#define __ARM_COMPUTE_GRAPH_BACKENDS_FUSED_CONVOLUTION_BATCH_NORMAZLIZATION_FUNCTION_H__ +#ifndef ARM_COMPUTE_GRAPH_BACKENDS_FUSED_CONVOLUTION_BATCH_NORMAZLIZATION_FUNCTION_H +#define ARM_COMPUTE_GRAPH_BACKENDS_FUSED_CONVOLUTION_BATCH_NORMAZLIZATION_FUNCTION_H #include "arm_compute/core/Types.h" #include "arm_compute/runtime/IFunction.h" @@ -130,4 +130,4 @@ private: } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BACKENDS_FUSED_CONVOLUTION_BATCH_NORMAZLIZATION_FUNCTION_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BACKENDS_FUSED_CONVOLUTION_BATCH_NORMAZLIZATION_FUNCTION_H */ diff --git a/arm_compute/graph/backends/FusedDepthwiseConvolutionBatchNormalizationFunction.h b/arm_compute/graph/backends/FusedDepthwiseConvolutionBatchNormalizationFunction.h index 14474f4ee5..37f3eab2e3 100644 --- a/arm_compute/graph/backends/FusedDepthwiseConvolutionBatchNormalizationFunction.h +++ b/arm_compute/graph/backends/FusedDepthwiseConvolutionBatchNormalizationFunction.h @@ -22,8 +22,8 @@ * SOFTWARE. */ -#ifndef __ARM_COMPUTE_GRAPH_BACKENDS_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_FUNCTION_H__ -#define __ARM_COMPUTE_GRAPH_BACKENDS_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_FUNCTION_H__ +#ifndef ARM_COMPUTE_GRAPH_BACKENDS_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_FUNCTION_H +#define ARM_COMPUTE_GRAPH_BACKENDS_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_FUNCTION_H #include "arm_compute/core/Types.h" #include "arm_compute/runtime/IFunction.h" @@ -128,4 +128,4 @@ private: } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BACKENDS_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_FUNCTION_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BACKENDS_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_FUNCTION_H */ diff --git a/arm_compute/graph/backends/GLES/GCDeviceBackend.h b/arm_compute/graph/backends/GLES/GCDeviceBackend.h index 83a7458c98..a6c0bfe7ed 100644 --- a/arm_compute/graph/backends/GLES/GCDeviceBackend.h +++ b/arm_compute/graph/backends/GLES/GCDeviceBackend.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_GCDEVICEBACKEND_H__ -#define __ARM_COMPUTE_GRAPH_GCDEVICEBACKEND_H__ +#ifndef ARM_COMPUTE_GRAPH_GCDEVICEBACKEND_H +#define ARM_COMPUTE_GRAPH_GCDEVICEBACKEND_H #include "arm_compute/graph/IDeviceBackend.h" @@ -61,4 +61,4 @@ private: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_GCDEVICEBACKEND_H__ +#endif //ARM_COMPUTE_GRAPH_GCDEVICEBACKEND_H diff --git a/arm_compute/graph/backends/GLES/GCFunctionFactory.h b/arm_compute/graph/backends/GLES/GCFunctionFactory.h index c819c034f6..289a3cb0f8 100644 --- a/arm_compute/graph/backends/GLES/GCFunctionFactory.h +++ b/arm_compute/graph/backends/GLES/GCFunctionFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_GCFUNCTIONFACTORY_H__ -#define __ARM_COMPUTE_GRAPH_GCFUNCTIONFACTORY_H__ +#ifndef ARM_COMPUTE_GRAPH_GCFUNCTIONFACTORY_H +#define ARM_COMPUTE_GRAPH_GCFUNCTIONFACTORY_H #include "arm_compute/runtime/IFunction.h" @@ -54,4 +54,4 @@ public: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_GCFUNCTIONFACTORY_H__ +#endif //ARM_COMPUTE_GRAPH_GCFUNCTIONFACTORY_H diff --git a/arm_compute/graph/backends/GLES/GCNodeValidator.h b/arm_compute/graph/backends/GLES/GCNodeValidator.h index 6fdfbdd894..89421f7860 100644 --- a/arm_compute/graph/backends/GLES/GCNodeValidator.h +++ b/arm_compute/graph/backends/GLES/GCNodeValidator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_GCNODEVALIDATOR_H__ -#define __ARM_COMPUTE_GRAPH_GCNODEVALIDATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_GCNODEVALIDATOR_H +#define ARM_COMPUTE_GRAPH_GCNODEVALIDATOR_H #include "arm_compute/core/Error.h" @@ -49,4 +49,4 @@ public: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_GCNODEVALIDATOR_H__ +#endif //ARM_COMPUTE_GRAPH_GCNODEVALIDATOR_H diff --git a/arm_compute/graph/backends/GLES/GCTensorHandle.h b/arm_compute/graph/backends/GLES/GCTensorHandle.h index 29b0319d15..119731df58 100644 --- a/arm_compute/graph/backends/GLES/GCTensorHandle.h +++ b/arm_compute/graph/backends/GLES/GCTensorHandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_GCTENSORHANDLE_H__ -#define __ARM_COMPUTE_GRAPH_GCTENSORHANDLE_H__ +#ifndef ARM_COMPUTE_GRAPH_GCTENSORHANDLE_H +#define ARM_COMPUTE_GRAPH_GCTENSORHANDLE_H #include "arm_compute/graph/ITensorHandle.h" @@ -69,4 +69,4 @@ private: } // namespace backends } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_GCTENSORHANDLE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_GCTENSORHANDLE_H */ diff --git a/arm_compute/graph/backends/NEON/NEDeviceBackend.h b/arm_compute/graph/backends/NEON/NEDeviceBackend.h index 9891170fbd..87acc5551e 100644 --- a/arm_compute/graph/backends/NEON/NEDeviceBackend.h +++ b/arm_compute/graph/backends/NEON/NEDeviceBackend.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_NEDEVICEBACKEND_H__ -#define __ARM_COMPUTE_GRAPH_NEDEVICEBACKEND_H__ +#ifndef ARM_COMPUTE_GRAPH_NEDEVICEBACKEND_H +#define ARM_COMPUTE_GRAPH_NEDEVICEBACKEND_H #include "arm_compute/graph/IDeviceBackend.h" @@ -59,4 +59,4 @@ private: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_NEDEVICEBACKEND_H__ +#endif //ARM_COMPUTE_GRAPH_NEDEVICEBACKEND_H diff --git a/arm_compute/graph/backends/NEON/NEFunctionFactory.h b/arm_compute/graph/backends/NEON/NEFunctionFactory.h index 1143c29c5b..b05b9f0c8b 100644 --- a/arm_compute/graph/backends/NEON/NEFunctionFactory.h +++ b/arm_compute/graph/backends/NEON/NEFunctionFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_NEFUNCTIONFACTORY_H__ -#define __ARM_COMPUTE_GRAPH_NEFUNCTIONFACTORY_H__ +#ifndef ARM_COMPUTE_GRAPH_NEFUNCTIONFACTORY_H +#define ARM_COMPUTE_GRAPH_NEFUNCTIONFACTORY_H #include "arm_compute/runtime/IFunction.h" @@ -54,4 +54,4 @@ public: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_NEFUNCTIONFACTORY_H__ +#endif //ARM_COMPUTE_GRAPH_NEFUNCTIONFACTORY_H diff --git a/arm_compute/graph/backends/NEON/NENodeValidator.h b/arm_compute/graph/backends/NEON/NENodeValidator.h index 38f58a9d91..578f405575 100644 --- a/arm_compute/graph/backends/NEON/NENodeValidator.h +++ b/arm_compute/graph/backends/NEON/NENodeValidator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_NENODEVALIDATOR_H__ -#define __ARM_COMPUTE_GRAPH_NENODEVALIDATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_NENODEVALIDATOR_H +#define ARM_COMPUTE_GRAPH_NENODEVALIDATOR_H #include "arm_compute/core/Error.h" @@ -49,4 +49,4 @@ public: } // namespace backends } // namespace graph } // namespace arm_compute -#endif //__ARM_COMPUTE_GRAPH_NENODEVALIDATOR_H__ +#endif //ARM_COMPUTE_GRAPH_NENODEVALIDATOR_H diff --git a/arm_compute/graph/backends/NEON/NESubTensorHandle.h b/arm_compute/graph/backends/NEON/NESubTensorHandle.h index 101d3e6644..1dbc0530e5 100644 --- a/arm_compute/graph/backends/NEON/NESubTensorHandle.h +++ b/arm_compute/graph/backends/NEON/NESubTensorHandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_NESUBTENSORHANDLE_H__ -#define __ARM_COMPUTE_GRAPH_NESUBTENSORHANDLE_H__ +#ifndef ARM_COMPUTE_GRAPH_NESUBTENSORHANDLE_H +#define ARM_COMPUTE_GRAPH_NESUBTENSORHANDLE_H #include "arm_compute/graph/ITensorHandle.h" @@ -77,4 +77,4 @@ private: } // namespace backends } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_NESUBTENSORHANDLE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NESUBTENSORHANDLE_H */ diff --git a/arm_compute/graph/backends/NEON/NETensorHandle.h b/arm_compute/graph/backends/NEON/NETensorHandle.h index 150e0c97c8..0f1b748cba 100644 --- a/arm_compute/graph/backends/NEON/NETensorHandle.h +++ b/arm_compute/graph/backends/NEON/NETensorHandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_NETENSORHANDLE_H__ -#define __ARM_COMPUTE_GRAPH_NETENSORHANDLE_H__ +#ifndef ARM_COMPUTE_GRAPH_NETENSORHANDLE_H +#define ARM_COMPUTE_GRAPH_NETENSORHANDLE_H #include "arm_compute/graph/ITensorHandle.h" @@ -69,4 +69,4 @@ private: } // namespace backends } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_NETENSORHANDLE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NETENSORHANDLE_H */ diff --git a/arm_compute/graph/backends/Utils.h b/arm_compute/graph/backends/Utils.h index 2ca97ff5c5..4893340b4c 100644 --- a/arm_compute/graph/backends/Utils.h +++ b/arm_compute/graph/backends/Utils.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_BACKENDS_UTILS_H__ -#define __ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H__ +#ifndef ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H +#define ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H #include "arm_compute/graph/GraphContext.h" #include "arm_compute/runtime/IMemoryManager.h" @@ -108,4 +108,4 @@ inline std::shared_ptr get_weights_manager(GraphContext &ctx, T } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H */ diff --git a/arm_compute/graph/backends/ValidateHelpers.h b/arm_compute/graph/backends/ValidateHelpers.h index 090e2d6b7c..66de7ad904 100644 --- a/arm_compute/graph/backends/ValidateHelpers.h +++ b/arm_compute/graph/backends/ValidateHelpers.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_BACKENDS_DETAIL_VALIDATE_HELPERS_H__ -#define __ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_VALIDATE_HELPERS_H__ +#ifndef ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_VALIDATE_HELPERS_H +#define ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_VALIDATE_HELPERS_H #include "arm_compute/graph/Logger.h" #include "arm_compute/graph/Tensor.h" @@ -560,4 +560,4 @@ Status validate_yolo_layer(YOLOLayerNode &node) } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_VALIDATE_HELPERS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BACKENDS_DETAIL_VALIDATE_HELPERS_H */ 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 @@ -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 */ diff --git a/arm_compute/graph/frontend/ILayer.h b/arm_compute/graph/frontend/ILayer.h index f7caaea47d..30652a7406 100644 --- a/arm_compute/graph/frontend/ILayer.h +++ b/arm_compute/graph/frontend/ILayer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_ILAYER_H__ -#define __ARM_COMPUTE_GRAPH_ILAYER_H__ +#ifndef ARM_COMPUTE_GRAPH_ILAYER_H +#define ARM_COMPUTE_GRAPH_ILAYER_H namespace arm_compute { @@ -72,4 +72,4 @@ private: } // namespace frontend } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ILAYER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ILAYER_H */ diff --git a/arm_compute/graph/frontend/IStream.h b/arm_compute/graph/frontend/IStream.h index 13995f9cf9..e155bbc725 100644 --- a/arm_compute/graph/frontend/IStream.h +++ b/arm_compute/graph/frontend/IStream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_ISTREAM_H__ -#define __ARM_COMPUTE_GRAPH_ISTREAM_H__ +#ifndef ARM_COMPUTE_GRAPH_ISTREAM_H +#define ARM_COMPUTE_GRAPH_ISTREAM_H #include "arm_compute/graph/frontend/Types.h" @@ -90,4 +90,4 @@ protected: } // namespace frontend } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ISTREAM_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ISTREAM_H */ diff --git a/arm_compute/graph/frontend/IStreamOperators.h b/arm_compute/graph/frontend/IStreamOperators.h index 4d680f9a0e..8e2ca41c4e 100644 --- a/arm_compute/graph/frontend/IStreamOperators.h +++ b/arm_compute/graph/frontend/IStreamOperators.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_ISTREAM_OPERATORS_H__ -#define __ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H__ +#ifndef ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H +#define ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H #include "arm_compute/graph/frontend/IStream.h" #include "arm_compute/graph/frontend/Types.h" @@ -111,4 +111,4 @@ inline IStream &operator<<(IStream &s, FastMathHint fast_math_hint) } // namespace frontend } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H */ diff --git a/arm_compute/graph/frontend/Layers.h b/arm_compute/graph/frontend/Layers.h index 61cd83c107..ec69350f86 100644 --- a/arm_compute/graph/frontend/Layers.h +++ b/arm_compute/graph/frontend/Layers.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_LAYERS_H__ -#define __ARM_COMPUTE_GRAPH_LAYERS_H__ +#ifndef ARM_COMPUTE_GRAPH_LAYERS_H +#define ARM_COMPUTE_GRAPH_LAYERS_H #include "arm_compute/graph/GraphBuilder.h" #include "arm_compute/graph/Types.h" @@ -1275,4 +1275,4 @@ private: } // namespace frontend } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_LAYERS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_LAYERS_H */ diff --git a/arm_compute/graph/frontend/Stream.h b/arm_compute/graph/frontend/Stream.h index 9d51016178..1d9fc1ac35 100644 --- a/arm_compute/graph/frontend/Stream.h +++ b/arm_compute/graph/frontend/Stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_STREAM_H__ -#define __ARM_COMPUTE_GRAPH_STREAM_H__ +#ifndef ARM_COMPUTE_GRAPH_STREAM_H +#define ARM_COMPUTE_GRAPH_STREAM_H #include "arm_compute/graph/frontend/IStream.h" #include "arm_compute/graph/frontend/IStreamOperators.h" @@ -83,4 +83,4 @@ private: } // namespace frontend } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_STREAM_H__ */ +#endif /* ARM_COMPUTE_GRAPH_STREAM_H */ diff --git a/arm_compute/graph/frontend/SubStream.h b/arm_compute/graph/frontend/SubStream.h index b75953482e..3df737997e 100644 --- a/arm_compute/graph/frontend/SubStream.h +++ b/arm_compute/graph/frontend/SubStream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_SUB_STREAM_H__ -#define __ARM_COMPUTE_GRAPH_SUB_STREAM_H__ +#ifndef ARM_COMPUTE_GRAPH_SUB_STREAM_H +#define ARM_COMPUTE_GRAPH_SUB_STREAM_H #include "arm_compute/graph/frontend/IStream.h" #include "arm_compute/graph/frontend/IStreamOperators.h" @@ -64,4 +64,4 @@ private: } // namespace frontend } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_SUB_STREAM_H__ */ +#endif /* ARM_COMPUTE_GRAPH_SUB_STREAM_H */ diff --git a/arm_compute/graph/frontend/Types.h b/arm_compute/graph/frontend/Types.h index 79ce52e8d1..741412d8f2 100644 --- a/arm_compute/graph/frontend/Types.h +++ b/arm_compute/graph/frontend/Types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_STREAM_TYPES_H__ -#define __ARM_COMPUTE_GRAPH_STREAM_TYPES_H__ +#ifndef ARM_COMPUTE_GRAPH_STREAM_TYPES_H +#define ARM_COMPUTE_GRAPH_STREAM_TYPES_H #include "arm_compute/graph/Types.h" @@ -68,4 +68,4 @@ struct StreamHints } // namespace frontend } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_STREAM_TYPES_H__ */ \ No newline at end of file +#endif /* ARM_COMPUTE_GRAPH_STREAM_TYPES_H */ \ No newline at end of file diff --git a/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h b/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h index 0ddd3fa5e6..11fc82ffa1 100644 --- a/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h +++ b/arm_compute/graph/mutators/DepthConcatSubTensorMutator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_DEPTH_CONCAT_SUBTENSOR_MUTATOR_H__ -#define __ARM_COMPUTE_GRAPH_DEPTH_CONCAT_SUBTENSOR_MUTATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_DEPTH_CONCAT_SUBTENSOR_MUTATOR_H +#define ARM_COMPUTE_GRAPH_DEPTH_CONCAT_SUBTENSOR_MUTATOR_H #include "arm_compute/graph/IGraphMutator.h" @@ -43,4 +43,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_DEPTH_CONCAT_SUBTENSOR_MUTATOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_DEPTH_CONCAT_SUBTENSOR_MUTATOR_H */ diff --git a/arm_compute/graph/mutators/GraphMutators.h b/arm_compute/graph/mutators/GraphMutators.h index 67c4d7a2ee..f6e390eaff 100644 --- a/arm_compute/graph/mutators/GraphMutators.h +++ b/arm_compute/graph/mutators/GraphMutators.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_GRAPH_MUTATORS_H__ -#define __ARM_COMPUTE_GRAPH_GRAPH_MUTATORS_H__ +#ifndef ARM_COMPUTE_GRAPH_GRAPH_MUTATORS_H +#define ARM_COMPUTE_GRAPH_GRAPH_MUTATORS_H #include "arm_compute/graph/mutators/DepthConcatSubTensorMutator.h" #include "arm_compute/graph/mutators/GroupedConvolutionMutator.h" @@ -31,4 +31,4 @@ #include "arm_compute/graph/mutators/NodeFusionMutator.h" #include "arm_compute/graph/mutators/SplitLayerSubTensorMutator.h" -#endif /* __ARM_COMPUTE_GRAPH_GRAPH_MUTATORS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_GRAPH_MUTATORS_H */ diff --git a/arm_compute/graph/mutators/GroupedConvolutionMutator.h b/arm_compute/graph/mutators/GroupedConvolutionMutator.h index 8ce2554de1..b6dac71182 100644 --- a/arm_compute/graph/mutators/GroupedConvolutionMutator.h +++ b/arm_compute/graph/mutators/GroupedConvolutionMutator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_GROUPED_CONVOLUTION_MUTATOR_H__ -#define __ARM_COMPUTE_GRAPH_GROUPED_CONVOLUTION_MUTATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_GROUPED_CONVOLUTION_MUTATOR_H +#define ARM_COMPUTE_GRAPH_GROUPED_CONVOLUTION_MUTATOR_H #include "arm_compute/graph/IGraphMutator.h" @@ -43,4 +43,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_GROUPED_CONVOLUTION_MUTATOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_GROUPED_CONVOLUTION_MUTATOR_H */ diff --git a/arm_compute/graph/mutators/InPlaceOperationMutator.h b/arm_compute/graph/mutators/InPlaceOperationMutator.h index 69de2f10b1..43e88383b9 100644 --- a/arm_compute/graph/mutators/InPlaceOperationMutator.h +++ b/arm_compute/graph/mutators/InPlaceOperationMutator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_INPLACE_OPERATION_MUTATOR_H__ -#define __ARM_COMPUTE_GRAPH_INPLACE_OPERATION_MUTATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_INPLACE_OPERATION_MUTATOR_H +#define ARM_COMPUTE_GRAPH_INPLACE_OPERATION_MUTATOR_H #include "arm_compute/graph/IGraphMutator.h" @@ -40,4 +40,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_INPLACE_OPERATION_MUTATOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_INPLACE_OPERATION_MUTATOR_H */ diff --git a/arm_compute/graph/mutators/NodeExecutionMethodMutator.h b/arm_compute/graph/mutators/NodeExecutionMethodMutator.h index f961f5d420..59df8181c5 100644 --- a/arm_compute/graph/mutators/NodeExecutionMethodMutator.h +++ b/arm_compute/graph/mutators/NodeExecutionMethodMutator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_NODE_EXECUTION_METHOD_MUTATOR_H__ -#define __ARM_COMPUTE_GRAPH_NODE_EXECUTION_METHOD_MUTATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_NODE_EXECUTION_METHOD_MUTATOR_H +#define ARM_COMPUTE_GRAPH_NODE_EXECUTION_METHOD_MUTATOR_H #include "arm_compute/graph/IGraphMutator.h" @@ -45,4 +45,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_NODE_EXECUTION_METHOD_MUTATOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NODE_EXECUTION_METHOD_MUTATOR_H */ diff --git a/arm_compute/graph/mutators/NodeFusionMutator.h b/arm_compute/graph/mutators/NodeFusionMutator.h index b9ca464822..a4dd5c925d 100644 --- a/arm_compute/graph/mutators/NodeFusionMutator.h +++ b/arm_compute/graph/mutators/NodeFusionMutator.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_NODE_FUSION_MUTATOR_H__ -#define __ARM_COMPUTE_GRAPH_NODE_FUSION_MUTATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_NODE_FUSION_MUTATOR_H +#define ARM_COMPUTE_GRAPH_NODE_FUSION_MUTATOR_H #include "arm_compute/graph/Graph.h" #include "arm_compute/graph/IGraphMutator.h" @@ -41,4 +41,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_NODE_FUSION_MUTATOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NODE_FUSION_MUTATOR_H */ diff --git a/arm_compute/graph/mutators/SplitLayerSubTensorMutator.h b/arm_compute/graph/mutators/SplitLayerSubTensorMutator.h index f349bb9a8c..29d061febb 100644 --- a/arm_compute/graph/mutators/SplitLayerSubTensorMutator.h +++ b/arm_compute/graph/mutators/SplitLayerSubTensorMutator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_SPLIT_LAYER_SUBTENSOR_MUTATOR_H__ -#define __ARM_COMPUTE_GRAPH_SPLIT_LAYER_SUBTENSOR_MUTATOR_H__ +#ifndef ARM_COMPUTE_GRAPH_SPLIT_LAYER_SUBTENSOR_MUTATOR_H +#define ARM_COMPUTE_GRAPH_SPLIT_LAYER_SUBTENSOR_MUTATOR_H #include "arm_compute/graph/IGraphMutator.h" @@ -43,4 +43,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_SPLIT_LAYER_SUBTENSOR_MUTATOR_H__ */ +#endif /* ARM_COMPUTE_GRAPH_SPLIT_LAYER_SUBTENSOR_MUTATOR_H */ diff --git a/arm_compute/graph/nodes/ActivationLayerNode.h b/arm_compute/graph/nodes/ActivationLayerNode.h index a17b0103e4..975bc8efb1 100644 --- a/arm_compute/graph/nodes/ActivationLayerNode.h +++ b/arm_compute/graph/nodes/ActivationLayerNode.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_ACTIVATION_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_ACTIVATION_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_ACTIVATION_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_ACTIVATION_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -62,4 +62,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ACTIVATION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ACTIVATION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/BatchNormalizationLayerNode.h b/arm_compute/graph/nodes/BatchNormalizationLayerNode.h index b2284782bd..b50b9550f6 100644 --- a/arm_compute/graph/nodes/BatchNormalizationLayerNode.h +++ b/arm_compute/graph/nodes/BatchNormalizationLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_BATCH_NORMALIZATION_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_BATCH_NORMALIZATION_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_BATCH_NORMALIZATION_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_BATCH_NORMALIZATION_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -71,4 +71,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BATCH_NORMALIZATION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BATCH_NORMALIZATION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/BoundingBoxTransformLayerNode.h b/arm_compute/graph/nodes/BoundingBoxTransformLayerNode.h index 8f5c8ead7c..062054ef47 100644 --- a/arm_compute/graph/nodes/BoundingBoxTransformLayerNode.h +++ b/arm_compute/graph/nodes/BoundingBoxTransformLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -22,8 +22,8 @@ * SOFTWARE. */ -#ifndef __ARM_COMPUTE_BOUNDING_BOX_TRANSFORM_NODE_H__ -#define __ARM_COMPUTE_BOUNDING_BOX_TRANSFORM_NODE_H__ +#ifndef ARM_COMPUTE_BOUNDING_BOX_TRANSFORM_NODE_H +#define ARM_COMPUTE_BOUNDING_BOX_TRANSFORM_NODE_H #include "arm_compute/graph/INode.h" @@ -57,4 +57,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_BOUNDING_BOX_TRANSFORM_NODE_H__ */ +#endif /* ARM_COMPUTE_BOUNDING_BOX_TRANSFORM_NODE_H */ diff --git a/arm_compute/graph/nodes/ChannelShuffleLayerNode.h b/arm_compute/graph/nodes/ChannelShuffleLayerNode.h index 696012a818..830efb906a 100644 --- a/arm_compute/graph/nodes/ChannelShuffleLayerNode.h +++ b/arm_compute/graph/nodes/ChannelShuffleLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_CHANNEL_SHUFFLE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_CHANNEL_SHUFFLE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_CHANNEL_SHUFFLE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_CHANNEL_SHUFFLE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -56,4 +56,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_CHANNEL_SHUFFLE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_CHANNEL_SHUFFLE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/ConcatenateLayerNode.h b/arm_compute/graph/nodes/ConcatenateLayerNode.h index fc122845e8..77ca6f6770 100644 --- a/arm_compute/graph/nodes/ConcatenateLayerNode.h +++ b/arm_compute/graph/nodes/ConcatenateLayerNode.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_CONCATENATE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_CONCATENATE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_CONCATENATE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_CONCATENATE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -87,4 +87,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_CONCATENATE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_CONCATENATE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/ConstNode.h b/arm_compute/graph/nodes/ConstNode.h index 3216a3a035..24dfaaae0b 100644 --- a/arm_compute/graph/nodes/ConstNode.h +++ b/arm_compute/graph/nodes/ConstNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_CONST_NODE_H__ -#define __ARM_COMPUTE_GRAPH_CONST_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_CONST_NODE_H +#define ARM_COMPUTE_GRAPH_CONST_NODE_H #include "arm_compute/graph/INode.h" @@ -51,4 +51,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_CONST_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_CONST_NODE_H */ diff --git a/arm_compute/graph/nodes/ConvolutionLayerNode.h b/arm_compute/graph/nodes/ConvolutionLayerNode.h index eecb927ab2..eea43d7470 100644 --- a/arm_compute/graph/nodes/ConvolutionLayerNode.h +++ b/arm_compute/graph/nodes/ConvolutionLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_CONVOLUTION_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_CONVOLUTION_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_CONVOLUTION_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_CONVOLUTION_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -121,4 +121,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_CONVOLUTION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_CONVOLUTION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/DeconvolutionLayerNode.h b/arm_compute/graph/nodes/DeconvolutionLayerNode.h index e6869d7aae..09601ab69e 100644 --- a/arm_compute/graph/nodes/DeconvolutionLayerNode.h +++ b/arm_compute/graph/nodes/DeconvolutionLayerNode.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_DECONVOLUTION_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_DECONVOLUTION_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_DECONVOLUTION_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_DECONVOLUTION_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -67,4 +67,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_DECONVOLUTION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_DECONVOLUTION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/DepthwiseConvolutionLayerNode.h b/arm_compute/graph/nodes/DepthwiseConvolutionLayerNode.h index fd0273416e..d8d36d9af2 100644 --- a/arm_compute/graph/nodes/DepthwiseConvolutionLayerNode.h +++ b/arm_compute/graph/nodes/DepthwiseConvolutionLayerNode.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_DEPTHWISE_CONVOLUTION_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_DEPTHWISE_CONVOLUTION_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_DEPTHWISE_CONVOLUTION_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_DEPTHWISE_CONVOLUTION_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -110,4 +110,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_DEPTHWISE_CONVOLUTION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_DEPTHWISE_CONVOLUTION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/DetectionOutputLayerNode.h b/arm_compute/graph/nodes/DetectionOutputLayerNode.h index da1b051528..7732abfc79 100644 --- a/arm_compute/graph/nodes/DetectionOutputLayerNode.h +++ b/arm_compute/graph/nodes/DetectionOutputLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_DETECTION_OUTPUT_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_DETECTION_OUTPUT_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_DETECTION_OUTPUT_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_DETECTION_OUTPUT_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -67,4 +67,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_DETECTION_OUTPUT_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_DETECTION_OUTPUT_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/DetectionPostProcessLayerNode.h b/arm_compute/graph/nodes/DetectionPostProcessLayerNode.h index 76b1d8ce98..97d881d411 100644 --- a/arm_compute/graph/nodes/DetectionPostProcessLayerNode.h +++ b/arm_compute/graph/nodes/DetectionPostProcessLayerNode.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_DETECTION_POST_PROCESS_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_DETECTION_POST_PROCESS_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_DETECTION_POST_PROCESS_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_DETECTION_POST_PROCESS_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -59,4 +59,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_DETECTION_POST_PROCESS_LAYER_NODE_H__ */ \ No newline at end of file +#endif /* ARM_COMPUTE_GRAPH_DETECTION_POST_PROCESS_LAYER_NODE_H */ \ No newline at end of file diff --git a/arm_compute/graph/nodes/DummyNode.h b/arm_compute/graph/nodes/DummyNode.h index 72d73ec825..e257641e8a 100644 --- a/arm_compute/graph/nodes/DummyNode.h +++ b/arm_compute/graph/nodes/DummyNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_DUMMY_NODE_H__ -#define __ARM_COMPUTE_GRAPH_DUMMY_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_DUMMY_NODE_H +#define ARM_COMPUTE_GRAPH_DUMMY_NODE_H #include "arm_compute/graph/INode.h" @@ -58,4 +58,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_DUMMY_NODE_H__ */ \ No newline at end of file +#endif /* ARM_COMPUTE_GRAPH_DUMMY_NODE_H */ \ No newline at end of file diff --git a/arm_compute/graph/nodes/EltwiseLayerNode.h b/arm_compute/graph/nodes/EltwiseLayerNode.h index 09cbc75b80..7fb0aff640 100644 --- a/arm_compute/graph/nodes/EltwiseLayerNode.h +++ b/arm_compute/graph/nodes/EltwiseLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_ELTWISE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_ELTWISE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_ELTWISE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_ELTWISE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -72,4 +72,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ELTWISE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ELTWISE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/FlattenLayerNode.h b/arm_compute/graph/nodes/FlattenLayerNode.h index 18a96ab787..fd9a525ea0 100644 --- a/arm_compute/graph/nodes/FlattenLayerNode.h +++ b/arm_compute/graph/nodes/FlattenLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_FLATTEN_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_FLATTEN_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_FLATTEN_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_FLATTEN_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -45,4 +45,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_FLATTEN_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_FLATTEN_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/FullyConnectedLayerNode.h b/arm_compute/graph/nodes/FullyConnectedLayerNode.h index 80dc28443c..41a7bc9946 100644 --- a/arm_compute/graph/nodes/FullyConnectedLayerNode.h +++ b/arm_compute/graph/nodes/FullyConnectedLayerNode.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_FULLY_CONNECTED_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_FULLY_CONNECTED_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_FULLY_CONNECTED_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_FULLY_CONNECTED_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -90,4 +90,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_FULLY_CONNECTED_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_FULLY_CONNECTED_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/FusedConvolutionBatchNormalizationNode.h b/arm_compute/graph/nodes/FusedConvolutionBatchNormalizationNode.h index c124c982cd..62ec55ee3b 100644 --- a/arm_compute/graph/nodes/FusedConvolutionBatchNormalizationNode.h +++ b/arm_compute/graph/nodes/FusedConvolutionBatchNormalizationNode.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_FUSED_CONVOLUTION_BATCH_NORMALIZATION_NODE_H__ -#define __ARM_COMPUTE_GRAPH_FUSED_CONVOLUTION_BATCH_NORMALIZATION_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_FUSED_CONVOLUTION_BATCH_NORMALIZATION_NODE_H +#define ARM_COMPUTE_GRAPH_FUSED_CONVOLUTION_BATCH_NORMALIZATION_NODE_H #include "arm_compute/graph/INode.h" @@ -44,9 +44,9 @@ public: * @param[in] fused_activation (Optional) Fused activation layer. Disabled if not specified */ FusedConvolutionBatchNormalizationNode(float epsilon, PadStrideInfo info, - unsigned int num_groups = 1, - ConvolutionMethod method = ConvolutionMethod::Default, - FastMathHint fast_math_hint = FastMathHint::Disabled, + unsigned int num_groups = 1, + ConvolutionMethod method = ConvolutionMethod::Default, + FastMathHint fast_math_hint = FastMathHint::Disabled, ActivationLayerInfo fused_activation = ActivationLayerInfo()); /** Epsilon parameter accessor @@ -139,4 +139,4 @@ private: } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_BATCH_NORMALIZATION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_BATCH_NORMALIZATION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/FusedDepthwiseConvolutionBatchNormalizationNode.h b/arm_compute/graph/nodes/FusedDepthwiseConvolutionBatchNormalizationNode.h index a2241ef64d..668f09e6b3 100644 --- a/arm_compute/graph/nodes/FusedDepthwiseConvolutionBatchNormalizationNode.h +++ b/arm_compute/graph/nodes/FusedDepthwiseConvolutionBatchNormalizationNode.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_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_NODE_H__ -#define __ARM_COMPUTE_GRAPH_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_NODE_H +#define ARM_COMPUTE_GRAPH_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_NODE_H #include "arm_compute/graph/INode.h" @@ -133,4 +133,4 @@ private: } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_FUSED_DEPTHWISE_CONVOLUTION_BATCH_NORMALIZATION_NODE_H */ diff --git a/arm_compute/graph/nodes/GenerateProposalsLayerNode.h b/arm_compute/graph/nodes/GenerateProposalsLayerNode.h index d8c0c78f22..57cadf44f8 100644 --- a/arm_compute/graph/nodes/GenerateProposalsLayerNode.h +++ b/arm_compute/graph/nodes/GenerateProposalsLayerNode.h @@ -22,8 +22,8 @@ * SOFTWARE. */ -#ifndef __ARM_COMPUTE_GENERATE_PROPOSALS_NODE_H__ -#define __ARM_COMPUTE_GENERATE_PROPOSALS_NODE_H__ +#ifndef ARM_COMPUTE_GENERATE_PROPOSALS_NODE_H +#define ARM_COMPUTE_GENERATE_PROPOSALS_NODE_H #include "arm_compute/graph/INode.h" @@ -57,4 +57,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GENERATE_PROPOSALS_NODE_H__ */ +#endif /* ARM_COMPUTE_GENERATE_PROPOSALS_NODE_H */ diff --git a/arm_compute/graph/nodes/InputNode.h b/arm_compute/graph/nodes/InputNode.h index 4297c8aba5..20fc27664b 100644 --- a/arm_compute/graph/nodes/InputNode.h +++ b/arm_compute/graph/nodes/InputNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_INPUT_NODE_H__ -#define __ARM_COMPUTE_GRAPH_INPUT_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_INPUT_NODE_H +#define ARM_COMPUTE_GRAPH_INPUT_NODE_H #include "arm_compute/graph/INode.h" @@ -51,4 +51,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_INPUT_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_INPUT_NODE_H */ diff --git a/arm_compute/graph/nodes/Nodes.h b/arm_compute/graph/nodes/Nodes.h index 7b586b855f..830e8fad85 100644 --- a/arm_compute/graph/nodes/Nodes.h +++ b/arm_compute/graph/nodes/Nodes.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_NODES_H__ -#define __ARM_COMPUTE_GRAPH_NODES_H__ +#ifndef ARM_COMPUTE_GRAPH_NODES_H +#define ARM_COMPUTE_GRAPH_NODES_H #include "arm_compute/graph/nodes/ActivationLayerNode.h" #include "arm_compute/graph/nodes/BatchNormalizationLayerNode.h" @@ -63,4 +63,4 @@ #include "arm_compute/graph/nodes/UpsampleLayerNode.h" #include "arm_compute/graph/nodes/YOLOLayerNode.h" -#endif /* __ARM_COMPUTE_GRAPH_NODES_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NODES_H */ diff --git a/arm_compute/graph/nodes/NodesFwd.h b/arm_compute/graph/nodes/NodesFwd.h index 42fe0d0baf..f41523be10 100644 --- a/arm_compute/graph/nodes/NodesFwd.h +++ b/arm_compute/graph/nodes/NodesFwd.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_NODES_FWD_H__ -#define __ARM_COMPUTE_GRAPH_NODES_FWD_H__ +#ifndef ARM_COMPUTE_GRAPH_NODES_FWD_H +#define ARM_COMPUTE_GRAPH_NODES_FWD_H namespace arm_compute { @@ -70,4 +70,4 @@ class UpsampleLayerNode; class YOLOLayerNode; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_NODES_FWD_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NODES_FWD_H */ diff --git a/arm_compute/graph/nodes/NormalizationLayerNode.h b/arm_compute/graph/nodes/NormalizationLayerNode.h index 43040e15a2..3f5e781511 100644 --- a/arm_compute/graph/nodes/NormalizationLayerNode.h +++ b/arm_compute/graph/nodes/NormalizationLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_NORMALIZATION_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_NORMALIZATION_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_NORMALIZATION_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_NORMALIZATION_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -56,4 +56,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_NORMALIZATION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NORMALIZATION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/NormalizePlanarYUVLayerNode.h b/arm_compute/graph/nodes/NormalizePlanarYUVLayerNode.h index 8704b9d2de..843ab9683d 100644 --- a/arm_compute/graph/nodes/NormalizePlanarYUVLayerNode.h +++ b/arm_compute/graph/nodes/NormalizePlanarYUVLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_NORMALIZE_PLANAR_YUV_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_NORMALIZE_PLANAR_YUV_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_NORMALIZE_PLANAR_YUV_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_NORMALIZE_PLANAR_YUV_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -45,4 +45,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_NORMALIZE_PLANAR_YUV_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_NORMALIZE_PLANAR_YUV_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/OutputNode.h b/arm_compute/graph/nodes/OutputNode.h index 03d41eba6e..27902af717 100644 --- a/arm_compute/graph/nodes/OutputNode.h +++ b/arm_compute/graph/nodes/OutputNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_OUTPUT_NODE_H__ -#define __ARM_COMPUTE_GRAPH_OUTPUT_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_OUTPUT_NODE_H +#define ARM_COMPUTE_GRAPH_OUTPUT_NODE_H #include "arm_compute/graph/INode.h" @@ -45,4 +45,4 @@ public: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_OUTPUT_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_OUTPUT_NODE_H */ diff --git a/arm_compute/graph/nodes/PadLayerNode.h b/arm_compute/graph/nodes/PadLayerNode.h index a14be0232f..7d40ae8ace 100644 --- a/arm_compute/graph/nodes/PadLayerNode.h +++ b/arm_compute/graph/nodes/PadLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_PAD_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_PAD_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_PAD_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_PAD_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -57,4 +57,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_PAD_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_PAD_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/PermuteLayerNode.h b/arm_compute/graph/nodes/PermuteLayerNode.h index b400926e9b..555f2b5d16 100644 --- a/arm_compute/graph/nodes/PermuteLayerNode.h +++ b/arm_compute/graph/nodes/PermuteLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_PERMUTE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_PERMUTE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_PERMUTE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_PERMUTE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -59,4 +59,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_PERMUTE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_PERMUTE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/PoolingLayerNode.h b/arm_compute/graph/nodes/PoolingLayerNode.h index d037ea25ab..41342a8215 100644 --- a/arm_compute/graph/nodes/PoolingLayerNode.h +++ b/arm_compute/graph/nodes/PoolingLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_POOLING_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_POOLING_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_POOLING_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_POOLING_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -64,4 +64,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_POOLING_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_POOLING_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/PriorBoxLayerNode.h b/arm_compute/graph/nodes/PriorBoxLayerNode.h index 901fa0817a..f6cfa4779c 100644 --- a/arm_compute/graph/nodes/PriorBoxLayerNode.h +++ b/arm_compute/graph/nodes/PriorBoxLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_PRIORBOX_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_PRIORBOX_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_PRIORBOX_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_PRIORBOX_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -64,4 +64,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_PRIORBOX_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_PRIORBOX_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/QuantizationLayerNode.h b/arm_compute/graph/nodes/QuantizationLayerNode.h index 48f5f7c10a..f283c26996 100644 --- a/arm_compute/graph/nodes/QuantizationLayerNode.h +++ b/arm_compute/graph/nodes/QuantizationLayerNode.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_QUANTIZATION_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_QUANTIZATION_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_QUANTIZATION_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_QUANTIZATION_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -53,4 +53,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_QUANTIZATION_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_QUANTIZATION_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/ROIAlignLayerNode.h b/arm_compute/graph/nodes/ROIAlignLayerNode.h index 5c2af7d38e..445246844b 100644 --- a/arm_compute/graph/nodes/ROIAlignLayerNode.h +++ b/arm_compute/graph/nodes/ROIAlignLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -22,8 +22,8 @@ * SOFTWARE. */ -#ifndef __ARM_COMPUTE_GRAPH_ROI_ALIGN_NODE_H__ -#define __ARM_COMPUTE_GRAPH_ROI_ALIGN_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_ROI_ALIGN_NODE_H +#define ARM_COMPUTE_GRAPH_ROI_ALIGN_NODE_H #include "arm_compute/core/Types.h" #include "arm_compute/graph/INode.h" @@ -63,4 +63,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_ROI_ALIGN_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_ROI_ALIGN_NODE_H */ diff --git a/arm_compute/graph/nodes/ReorgLayerNode.h b/arm_compute/graph/nodes/ReorgLayerNode.h index 1cc0698b46..86f62522c3 100644 --- a/arm_compute/graph/nodes/ReorgLayerNode.h +++ b/arm_compute/graph/nodes/ReorgLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_REORG_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_REORG_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_REORG_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_REORG_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -64,4 +64,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_REORG_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_REORG_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/ReshapeLayerNode.h b/arm_compute/graph/nodes/ReshapeLayerNode.h index 5161af866d..57d399ac2f 100644 --- a/arm_compute/graph/nodes/ReshapeLayerNode.h +++ b/arm_compute/graph/nodes/ReshapeLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_RESHAPE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_RESHAPE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_RESHAPE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_RESHAPE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -51,4 +51,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_RESHAPE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_RESHAPE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/ResizeLayerNode.h b/arm_compute/graph/nodes/ResizeLayerNode.h index 231e79e62e..93b449502c 100644 --- a/arm_compute/graph/nodes/ResizeLayerNode.h +++ b/arm_compute/graph/nodes/ResizeLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_RESIZE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_RESIZE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_RESIZE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_RESIZE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -60,4 +60,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_RESIZE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_RESIZE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/SliceLayerNode.h b/arm_compute/graph/nodes/SliceLayerNode.h index 861654eaa3..7f3173e183 100644 --- a/arm_compute/graph/nodes/SliceLayerNode.h +++ b/arm_compute/graph/nodes/SliceLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_SLICE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_SLICE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_SLICE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_SLICE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -75,4 +75,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_SLICE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_SLICE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/SoftmaxLayerNode.h b/arm_compute/graph/nodes/SoftmaxLayerNode.h index 6ace58d89b..c6990b161d 100644 --- a/arm_compute/graph/nodes/SoftmaxLayerNode.h +++ b/arm_compute/graph/nodes/SoftmaxLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_SOFTMAX_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_SOFTMAX_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_SOFTMAX_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_SOFTMAX_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -56,4 +56,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_SOFTMAX_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_SOFTMAX_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/SplitLayerNode.h b/arm_compute/graph/nodes/SplitLayerNode.h index abd28ae5e3..345260ab84 100644 --- a/arm_compute/graph/nodes/SplitLayerNode.h +++ b/arm_compute/graph/nodes/SplitLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_SPLIT_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_SPLIT_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_SPLIT_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_SPLIT_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -77,4 +77,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_SPLIT_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_SPLIT_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/StackLayerNode.h b/arm_compute/graph/nodes/StackLayerNode.h index 6c83fe22c2..52632f5577 100644 --- a/arm_compute/graph/nodes/StackLayerNode.h +++ b/arm_compute/graph/nodes/StackLayerNode.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_STACK_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_STACK_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_STACK_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_STACK_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -66,4 +66,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_STACK_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_STACK_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/UpsampleLayerNode.h b/arm_compute/graph/nodes/UpsampleLayerNode.h index 38afabe068..cdaf206173 100644 --- a/arm_compute/graph/nodes/UpsampleLayerNode.h +++ b/arm_compute/graph/nodes/UpsampleLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_UPSAMPLE_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_UPSAMPLE_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_UPSAMPLE_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_UPSAMPLE_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -71,4 +71,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_UPSAMPLE_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_UPSAMPLE_LAYER_NODE_H */ diff --git a/arm_compute/graph/nodes/YOLOLayerNode.h b/arm_compute/graph/nodes/YOLOLayerNode.h index 0e02c376e7..22e0cf5495 100644 --- a/arm_compute/graph/nodes/YOLOLayerNode.h +++ b/arm_compute/graph/nodes/YOLOLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -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_YOLO_LAYER_NODE_H__ -#define __ARM_COMPUTE_GRAPH_YOLO_LAYER_NODE_H__ +#ifndef ARM_COMPUTE_GRAPH_YOLO_LAYER_NODE_H +#define ARM_COMPUTE_GRAPH_YOLO_LAYER_NODE_H #include "arm_compute/graph/INode.h" @@ -63,4 +63,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_YOLO_LAYER_NODE_H__ */ +#endif /* ARM_COMPUTE_GRAPH_YOLO_LAYER_NODE_H */ diff --git a/arm_compute/graph/printers/DotGraphPrinter.h b/arm_compute/graph/printers/DotGraphPrinter.h index c28a17b21a..c763cb1a96 100644 --- a/arm_compute/graph/printers/DotGraphPrinter.h +++ b/arm_compute/graph/printers/DotGraphPrinter.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_DOTGRAPHPRINTER_H__ -#define __ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H__ +#ifndef ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H +#define ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H #include "arm_compute/graph/IGraphPrinter.h" @@ -104,4 +104,4 @@ private: }; } // namespace graph } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H__ */ +#endif /* ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H */ diff --git a/arm_compute/graph/printers/Printers.h b/arm_compute/graph/printers/Printers.h index 935e2bbbb0..631b63428e 100644 --- a/arm_compute/graph/printers/Printers.h +++ b/arm_compute/graph/printers/Printers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -21,9 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_GRAPH_PRINTERS_H__ -#define __ARM_COMPUTE_GRAPH_PRINTERS_H__ +#ifndef ARM_COMPUTE_GRAPH_PRINTERS_H +#define ARM_COMPUTE_GRAPH_PRINTERS_H #include "arm_compute/graph/printers/DotGraphPrinter.h" -#endif /* __ARM_COMPUTE_GRAPH_PRINTERS_H__ */ +#endif /* ARM_COMPUTE_GRAPH_PRINTERS_H */ -- cgit v1.2.1