diff --git a/mace/core/mace.cc b/mace/core/mace.cc index 3e0d642f8affcdf541d016519d063991636156cc..81e26246a77ed5cd22630b6ec4579b0a9882ef39 100644 --- a/mace/core/mace.cc +++ b/mace/core/mace.cc @@ -598,4 +598,4 @@ bool MaceEngine::Run(const float *input, } } -} // namespace mace +} // namespace mace diff --git a/mace/kernels/bias_add.h b/mace/kernels/bias_add.h index ce92806e9a9327611506532a97c2687437c02e93..f763bac5d2871ca7b83fabad5540580c19f5c480 100644 --- a/mace/kernels/bias_add.h +++ b/mace/kernels/bias_add.h @@ -69,4 +69,4 @@ struct BiasAddFunctor { } // namepsace kernels } // namespace mace -#endif // MACE_KERNELS_BIAS_ADD_H_ +#endif // MACE_KERNELS_BIAS_ADD_H_ diff --git a/mace/kernels/buffer_to_image.h b/mace/kernels/buffer_to_image.h index f3690eb19ab598242c1128efdaf25dea3fee4ab7..9b870054b9f26d3ac441527cc12aa68ef484c789 100644 --- a/mace/kernels/buffer_to_image.h +++ b/mace/kernels/buffer_to_image.h @@ -42,4 +42,4 @@ struct BufferToImageFunctor : BufferToImageFunctorBase{ } // namepsace kernels } // namespace mace -#endif // MACE_KERNELS_BUFFER_TO_IMAGE_H_ +#endif // MACE_KERNELS_BUFFER_TO_IMAGE_H_ diff --git a/mace/kernels/concat.h b/mace/kernels/concat.h index 17ba7c69925b54728985275b232c40c8f0732d43..64b683d622b1b96e159d4834b1cb4bc67f29b5c5 100644 --- a/mace/kernels/concat.h +++ b/mace/kernels/concat.h @@ -88,4 +88,4 @@ struct ConcatFunctor : ConcatFunctorBase{ } // namepsace kernels } // namespace mace -#endif // MACE_KERNELS_CONCAT_H_ +#endif // MACE_KERNELS_CONCAT_H_ diff --git a/mace/kernels/neon/conv_2d_neon_5x5.cc b/mace/kernels/neon/conv_2d_neon_5x5.cc index ab50156fdc6c08daba89723e924f79677f3552b9..88091925b7db694465abde9d2ba166294357290f 100644 --- a/mace/kernels/neon/conv_2d_neon_5x5.cc +++ b/mace/kernels/neon/conv_2d_neon_5x5.cc @@ -416,4 +416,4 @@ void Conv2dNeonK5x5S1(const float *input, // NCHW } // namespace kernels } // namespace mace -#endif // MACE_KERNELS_NEON_CONV_2D_NEON_5X5_H_ +#endif // MACE_KERNELS_NEON_CONV_2D_NEON_5X5_H_ diff --git a/mace/kernels/opencl/concat.cc b/mace/kernels/opencl/concat.cc index b1712d149817244fa80df61f4ae96df8971c707f..beb6fefc34847c48b05f5043b5a13e749f32e58c 100644 --- a/mace/kernels/opencl/concat.cc +++ b/mace/kernels/opencl/concat.cc @@ -106,4 +106,4 @@ template struct ConcatFunctor; } // namespace kernels -} // namespace mace +} // namespace mace diff --git a/mace/kernels/opencl/helper.h b/mace/kernels/opencl/helper.h index cc68466f1cdcc92eda3d484a9f2d628e86779b86..36e9827f346894834afa7c403f82ad03a83f7aa3 100644 --- a/mace/kernels/opencl/helper.h +++ b/mace/kernels/opencl/helper.h @@ -95,5 +95,5 @@ std::string Concat(Args... args) { } } // namespace kernels -} // namespace mace -#endif // MACE_KERNELS_OPENCL_HELPER_H_ +} // namespace mace +#endif // MACE_KERNELS_OPENCL_HELPER_H_ diff --git a/mace/kernels/opencl/space_to_batch_opencl.cc b/mace/kernels/opencl/space_to_batch_opencl.cc index 09219e6f804b03840af745018ab185e7112bcb1e..5940f4d3fdc8996b87765977db3a7120a86abb09 100644 --- a/mace/kernels/opencl/space_to_batch_opencl.cc +++ b/mace/kernels/opencl/space_to_batch_opencl.cc @@ -75,6 +75,6 @@ void SpaceToBatchFunctor::operator()(Tensor *space_tensor template struct SpaceToBatchFunctor; template struct SpaceToBatchFunctor; -} // namespace kernels -} // namespace mace -#endif // MACE_KERNELS_OPENCL_SPACE_TO_BATCH_H_ +} // namespace kernels +} // namespace mace +#endif // MACE_KERNELS_OPENCL_SPACE_TO_BATCH_H_ diff --git a/mace/kernels/softmax.h b/mace/kernels/softmax.h index f95d84b3d9fbe5ae1a76de0a507866da8209fc02..fa17ac07501f2a4f84820c8e4e7411bcd4015044 100644 --- a/mace/kernels/softmax.h +++ b/mace/kernels/softmax.h @@ -62,4 +62,4 @@ struct SoftmaxFunctor { } // namepsace kernels } // namespace mace -#endif // MACE_KERNELS_SOFTMAX_H_ +#endif // MACE_KERNELS_SOFTMAX_H_ diff --git a/mace/ops/batch_norm.h b/mace/ops/batch_norm.h index a3a0c136ba12105fa121dbe18372c1d41112e75e..6fc74082fed72dec291639ad6b3f93dd571dcce1 100644 --- a/mace/ops/batch_norm.h +++ b/mace/ops/batch_norm.h @@ -57,4 +57,4 @@ class BatchNormOp : public Operator { } // namespace mace -#endif // MACE_OPS_BATCH_NORM_H_ +#endif // MACE_OPS_BATCH_NORM_H_ diff --git a/mace/ops/bias_add.h b/mace/ops/bias_add.h index 0088bfbd3bdbb3d3f51288fc3afb4fd18e5d8900..897e45dd7c6dba5578b95a523a56a5a19cf3eff5 100644 --- a/mace/ops/bias_add.h +++ b/mace/ops/bias_add.h @@ -42,4 +42,4 @@ class BiasAddOp : public Operator { } // namespace mace -#endif // MACE_BIAS_ADD_H_ +#endif // MACE_BIAS_ADD_H_ diff --git a/mace/ops/concat.h b/mace/ops/concat.h index 4105722d8890e13f0c670939df6e474f5ecba645..bc7f9a8a5d874aeb0cbe5d2f47d4e43549753d11 100644 --- a/mace/ops/concat.h +++ b/mace/ops/concat.h @@ -42,4 +42,4 @@ class ConcatOp : public Operator { } // namespace mace -#endif // MACE_OPS_CONCAT_H_ +#endif // MACE_OPS_CONCAT_H_ diff --git a/mace/ops/eltwise.h b/mace/ops/eltwise.h index 7d8e63ee0deca2f96e5b9681d3eea76cca4ca171..5d2b3d011a976212f4cd59bdd434db0651db0026 100644 --- a/mace/ops/eltwise.h +++ b/mace/ops/eltwise.h @@ -44,4 +44,4 @@ class EltwiseOp : public Operator { } // namespace mace -#endif // MACE_OPS_RESHAPE_H_ +#endif // MACE_OPS_RESHAPE_H_ diff --git a/mace/ops/folded_batch_norm.h b/mace/ops/folded_batch_norm.h index 7e7c7e5d855ffcaf4a7fea7b5feb332fc8695523..23c5835f346e257c9ef963ce3198ac1fd8710378 100644 --- a/mace/ops/folded_batch_norm.h +++ b/mace/ops/folded_batch_norm.h @@ -51,4 +51,4 @@ class FoldedBatchNormOp : public Operator { } // namespace mace -#endif // MACE_OPS_FOLDED_BATCH_NORM_H_ +#endif // MACE_OPS_FOLDED_BATCH_NORM_H_ diff --git a/mace/ops/image_to_buffer.h b/mace/ops/image_to_buffer.h index 777919d4fb6e0918f92b6e6f1496d27b1d10d7fa..ab4cc5edc28d57a45a8d68a21bd6d1f11e677efb 100644 --- a/mace/ops/image_to_buffer.h +++ b/mace/ops/image_to_buffer.h @@ -34,5 +34,5 @@ class ImageToBufferOp: public Operator { OP_OUTPUT_TAGS(OUTPUT); }; -} // namespace mace -#endif // MACE_OPS_IMAGE_TO_BUFFER_H_ +} // namespace mace +#endif // MACE_OPS_IMAGE_TO_BUFFER_H_ diff --git a/mace/ops/ops_test_util.h b/mace/ops/ops_test_util.h index e606c3a3ddcf47705ef237cdd1130b0d47b52fcf..15aa3bc9b9f62cfa766eaec7c324ecc8ae316935 100644 --- a/mace/ops/ops_test_util.h +++ b/mace/ops/ops_test_util.h @@ -405,4 +405,4 @@ void ImageToBuffer(OpsTestNet &net, } // namespace mace -#endif // MACE_OPS_TEST_UTIL_H_ +#endif // MACE_OPS_TEST_UTIL_H_ diff --git a/mace/ops/reshape.h b/mace/ops/reshape.h index 83f2cb60245e5605deb37ddd7ec5b5a9def722ad..232a2f026ed51f42f4cdc1cc95b91f3ccac21593 100644 --- a/mace/ops/reshape.h +++ b/mace/ops/reshape.h @@ -61,4 +61,4 @@ class ReshapeOp : public Operator { } // namespace mace -#endif // MACE_OPS_RESHAPE_H_ +#endif // MACE_OPS_RESHAPE_H_ diff --git a/mace/ops/softmax.h b/mace/ops/softmax.h index 26914c6932396b2ed28a6243df66bced6805ddf1..1345d55b6e5b9d46e0713e9468e2b3f626a07899 100644 --- a/mace/ops/softmax.h +++ b/mace/ops/softmax.h @@ -37,4 +37,4 @@ class SoftmaxOp : public Operator { } // namespace mace -#endif // MACE_SOFTMAX_H_ +#endif // MACE_SOFTMAX_H_ diff --git a/mace/utils/tuner.h b/mace/utils/tuner.h index 184bec7bff86a9f58507ebe5d9b945a9966f5ed3..de811907557fcaf4d19641cfa3e3cc006e62be5e 100644 --- a/mace/utils/tuner.h +++ b/mace/utils/tuner.h @@ -181,4 +181,4 @@ class Tuner { }; } // namespace mace -#endif // MACE_UTILS_TUNER_H_ +#endif // MACE_UTILS_TUNER_H_ diff --git a/mace/utils/tuner_test.cc b/mace/utils/tuner_test.cc index 0e57e929759aca6f23642ab96c158ef48baf87d1..6cd54c9f56b61fb95f05b4ea3219d912290603be 100644 --- a/mace/utils/tuner_test.cc +++ b/mace/utils/tuner_test.cc @@ -81,4 +81,4 @@ TEST_F(TunerTest, SimpleTune) { EXPECT_EQ(expect, res); } -} // namespace mace +} // namespace mace diff --git a/mace/utils/utils.h b/mace/utils/utils.h index fe30b9eb4e48b825ce380a4ff5a7925ee0e92c95..6169d6f494e11b3686911b9cb53ae4efaa8c19b7 100644 --- a/mace/utils/utils.h +++ b/mace/utils/utils.h @@ -95,4 +95,4 @@ inline std::string ObfuscateSymbol(const std::string &src) { #endif } // namespace mace -#endif // MACE_UTILS_UTILS_H_ +#endif // MACE_UTILS_UTILS_H_ diff --git a/mace/utils/utils_test.cc b/mace/utils/utils_test.cc index 0e57e929759aca6f23642ab96c158ef48baf87d1..6cd54c9f56b61fb95f05b4ea3219d912290603be 100644 --- a/mace/utils/utils_test.cc +++ b/mace/utils/utils_test.cc @@ -81,4 +81,4 @@ TEST_F(TunerTest, SimpleTune) { EXPECT_EQ(expect, res); } -} // namespace mace +} // namespace mace