Commit ca5fdd93 authored by shizhm's avatar shizhm
Browse files

完善代码格式

parent 2c187d25
#include <YOLOV5.h> #include <YOLOV5.h>
#include <migraphx/onnx.hpp> #include <migraphx/onnx.hpp>
#include <migraphx/gpu/target.hpp> #include <migraphx/gpu/target.hpp>
#include <migraphx/quantization.hpp> #include <migraphx/quantization.hpp>
#include <Filesystem.h> #include <Filesystem.h>
#include <SimpleLog.h> #include <SimpleLog.h>
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#define __DETECTOR_YOLOV5_H__ #define __DETECTOR_YOLOV5_H__
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <CommonDefinition.h> #include <CommonDefinition.h>
namespace migraphxSamples namespace migraphxSamples
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment