"tools/vscode:/vscode.git/clone" did not exist on "6de82e2417ca4014d51e4d4fc55f5bfb773b0c64"
Commit 37f41c8f authored by shizhm's avatar shizhm
Browse files

完善代码格式

parent e561cdb9
#include <YOLOV7.h> #include <YOLOV7.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_YOLOV7_H__ #define __DETECTOR_YOLOV7_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