Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent 92f255b commit 6769c95
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#include "autoware/tvm_utility/pipeline.hpp"

#ifndef COMMON__TVM_UTILITY__DATA__MODELS__ABS_MODEL_AARCH64__INFERENCE_ENGINE_TVM_CONFIG_HPP_ // NOLINT
#define COMMON__TVM_UTILITY__DATA__MODELS__ABS_MODEL_AARCH64__INFERENCE_ENGINE_TVM_CONFIG_HPP_
#ifndef COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__ABS_MODEL_AARCH64__INFERENCE_ENGINE_TVM_CONFIG_HPP_ // NOLINT
#define COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__ABS_MODEL_AARCH64__INFERENCE_ENGINE_TVM_CONFIG_HPP_

namespace model_zoo
{
Expand Down Expand Up @@ -50,5 +50,5 @@ static const tvm_utility::pipeline::InferenceEngineTVMConfig config{
} // namespace engine_load
} // namespace inf_test
} // namespace model_zoo
#endif // COMMON__TVM_UTILITY__DATA__MODELS__ABS_MODEL_AARCH64__INFERENCE_ENGINE_TVM_CONFIG_HPP_
#endif // COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__ABS_MODEL_AARCH64__INFERENCE_ENGINE_TVM_CONFIG_HPP_
// NOLINT
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#include "autoware/tvm_utility/pipeline.hpp"

#ifndef COMMON__TVM_UTILITY__DATA__MODELS__ABS_MODEL_X86_64__INFERENCE_ENGINE_TVM_CONFIG_HPP_ // NOLINT
#define COMMON__TVM_UTILITY__DATA__MODELS__ABS_MODEL_X86_64__INFERENCE_ENGINE_TVM_CONFIG_HPP_
#ifndef COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__ABS_MODEL_X86_64__INFERENCE_ENGINE_TVM_CONFIG_HPP_ // NOLINT
#define COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__ABS_MODEL_X86_64__INFERENCE_ENGINE_TVM_CONFIG_HPP_

namespace model_zoo
{
Expand Down Expand Up @@ -49,5 +49,5 @@ static const tvm_utility::pipeline::InferenceEngineTVMConfig config{
} // namespace engine_load
} // namespace inf_test
} // namespace model_zoo
#endif // COMMON__TVM_UTILITY__DATA__MODELS__ABS_MODEL_X86_64__INFERENCE_ENGINE_TVM_CONFIG_HPP_
#endif // COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__ABS_MODEL_X86_64__INFERENCE_ENGINE_TVM_CONFIG_HPP_
// NOLINT
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#include "autoware/tvm_utility/pipeline.hpp"

#ifndef COMMON__TVM_UTILITY__DATA__MODELS__YOLO_V2_TINY__INFERENCE_ENGINE_TVM_CONFIG_HPP_ // NOLINT
#define COMMON__TVM_UTILITY__DATA__MODELS__YOLO_V2_TINY__INFERENCE_ENGINE_TVM_CONFIG_HPP_
#ifndef COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__YOLO_V2_TINY__INFERENCE_ENGINE_TVM_CONFIG_HPP_ // NOLINT
#define COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__YOLO_V2_TINY__INFERENCE_ENGINE_TVM_CONFIG_HPP_

namespace model_zoo
{
Expand Down Expand Up @@ -52,5 +52,5 @@ static const tvm_utility::pipeline::InferenceEngineTVMConfig config{
} // namespace camera_obstacle_detection
} // namespace perception
} // namespace model_zoo
#endif // COMMON__TVM_UTILITY__DATA__MODELS__YOLO_V2_TINY__INFERENCE_ENGINE_TVM_CONFIG_HPP_
#endif // COMMON__AUTOWARE_TVM_UTILITY__DATA__MODELS__YOLO_V2_TINY__INFERENCE_ENGINE_TVM_CONFIG_HPP_
// NOLINT
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef TVM_UTILITY__PIPELINE_HPP_
#define TVM_UTILITY__PIPELINE_HPP_
#ifndef AUTOWARE__TVM_UTILITY__PIPELINE_HPP_
#define AUTOWARE__TVM_UTILITY__PIPELINE_HPP_

#include <ament_index_cpp/get_package_share_directory.hpp>

Expand Down Expand Up @@ -411,4 +411,4 @@ class TowStagePipeline

} // namespace pipeline
} // namespace autoware::tvm_utility
#endif // TVM_UTILITY__PIPELINE_HPP_
#endif // AUTOWARE__TVM_UTILITY__PIPELINE_HPP_
2 changes: 1 addition & 1 deletion common/autoware_tvm_utility/test/abs_model/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "gtest/gtest.h"
#include "autoware/tvm_utility/pipeline.hpp"
#include "gtest/gtest.h"
// file for current arch x86 or arm is chosen in cmake file
#include <inference_engine_tvm_config.hpp>
#include <opencv2/opencv.hpp>
Expand Down

0 comments on commit 6769c95

Please sign in to comment.