commit all files
parent
3e1b2b4fe5
commit
77c43ea6de
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\samples\sample_capi.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\buffer_module\camera_buffer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\context_module\hyper_lpr_context.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_module\mnn_adapter.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\classification_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\plate_classification.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_arch.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_backbone.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_header.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\plate_detector.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\plate_recognition.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\recognition_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper_mnn.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\c_api\hyper_lpr_sdk.cc">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\samples\sample_context.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\buffer_module\camera_buffer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\context_module\hyper_lpr_context.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_module\mnn_adapter.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\classification_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\plate_classification.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_arch.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_backbone.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_header.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\plate_detector.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\plate_recognition.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\recognition_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper_mnn.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\CMakeFiles\ad84cef63e421f20038ed5be089209c8\INSTALL_force.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{0ED23E76-8DF7-318D-9983-8E135CCD47B0}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\samples\sample_split_model.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\buffer_module\camera_buffer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\context_module\hyper_lpr_context.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_module\mnn_adapter.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\classification_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\plate_classification.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_arch.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_backbone.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_header.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\plate_detector.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\plate_recognition.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\recognition_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper_mnn.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\CMakeFiles\ad84cef63e421f20038ed5be089209c8\generate.stamp.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{0ED23E76-8DF7-318D-9983-8E135CCD47B0}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\CMakeFiles\dbbc547f2324ce0380c9fa85846e489a\INSTALL_force.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{0ED23E76-8DF7-318D-9983-8E135CCD47B0}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,905 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\cmake\dummy.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\MNNDefine.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\Interpreter.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\HalideRuntime.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\Tensor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\ErrorCode.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\ImageProcess.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\Matrix.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\Rect.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\MNNForwardType.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\AutoTime.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\MNNSharedContext.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\Expr.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\ExprCreator.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\MathOp.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\NeuralNetWorkOp.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\Optimizer.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\Executor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\Module.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\ExecutorScope.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\include\MNN\expr\Scope.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\AutoTime.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\Backend.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\BackendRegister.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\BufferAllocator.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\ConvolutionCommon.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\Execution.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\FileLoader.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\Interpreter.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\MNNMemoryUtils.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\OpCommonUtils.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\Pipeline.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\RuntimeFactory.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\Schedule.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\Session.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\Tensor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\TensorUtils.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCore.dir\$(Configuration)\WrapExecution.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCV.dir\$(Configuration)\ImageProcess.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCV.dir\$(Configuration)\Matrix_CV.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNMath.dir\$(Configuration)\Matrix.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNMath.dir\$(Configuration)\WingoradGenerater.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ConvertUtils.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryBatchMatMul.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryBinary.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryBroadcastTo.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryComputer.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryComputerUtils.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryConcat.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryConv2D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryConv2DBackPropFilter.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryConv3D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryConvUtils.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryConvert.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryCosineSimilarity.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryCrop.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryCumSum.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryDepthToSpace.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryDet.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryDilation2D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryELU.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryFill.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryGather.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryImageOp.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryInnerProduct.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryLRN.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryLSTM.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryOPRegister.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryPermute.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryPoolGrad.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryPooling3D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryReduce.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryReshape.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryReverseSequence.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryScatter.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometrySelect.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryShape.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometrySlice.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometrySpaceToBatchND.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometrySpatialProduct.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryStridedSlice.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryTensorArray.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryThreshold.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryTile.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryTopK.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\GeometryUnary.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeArgMax.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeBatchToSpaceND.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeBinaryOp.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeBroadcastTo.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeCast.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeConcat.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeConvTranspose3D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeConvolution.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeConvolution3D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeCosineSimilarity.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeCrop.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeCropAndResize.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeDeconvolution.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeDepthToSpace.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeDequantize.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeDet.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeDetectionOutput.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeDetectionPostProcess.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeExpandDims.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeFill.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeGatherND.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeGatherV2.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeGridSample.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeHistogram.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeInnerProduct.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeInterp.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeLSTM.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeLinSpace.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeMatMul.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeMoments.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeNonMaxSuppressionV2.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeOneHot.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapePack.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapePadding.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapePermute.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapePlugin.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapePool.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapePool3D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapePriorbox.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeProposal.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeQuantizedAvgPool.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeQuantizedMaxPool.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeRNNSequenceGRU.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeROIAlign.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeROIPooling.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeRandomUniform.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeRange.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeReduction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeRegister.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeReshape.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeResize.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeScatterNd.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSegmentMean.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSelect.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSetDiff1D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeShape.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSize.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSlice.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSliceTf.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSpaceToBatchND.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSpaceToDepth.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSqueeze.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeStridedSlice.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeSvd.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeTensorArray.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeTensorConvert.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeTile.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeTopKV2.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeTranspose.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeUnique.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeUnpack.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeUnravelIndex.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\ShapeWhere.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNTransform.dir\$(Configuration)\SizeComputer.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNUtils.dir\$(Configuration)\InitNet.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNUtils.dir\$(Configuration)\JNIHelper.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUArgMax.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUBackend.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUBinary.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUCast.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUConvolution.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUConvolutionDepthwise.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUCropAndResize.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUDeconvolution.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUDeconvolutionDepthwise.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUDepthwiseConvInt8.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUDequantize.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUDet.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUDetectionOutput.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUDetectionPostProcess.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUEltwise.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUEltwiseInt8.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUFloatToInt8.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUGridSample.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUHistogram.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUImageProcess.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUInstanceNorm.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUInt8ToFloat.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUInterp.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUInterp3D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPULayerNorm.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPULinSpace.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUMatMul.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUMatrixBandPart.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUMoments.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUNonMaxSuppressionV2.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUOPRegister.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUOneHot.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUPlugin.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUPool.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUPoolInt8.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUProposal.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUQuanConvolutionDepthwise.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUQuantizedAdd.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUQuantizedAvgPool.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUQuantizedLogistic.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUQuantizedMaxPool.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUQuantizedSoftmax.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPURNNSequenceGRU.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUROIAlign.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUROIPooling.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPURandomUniform.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPURange.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPURaster.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUReduction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPURelu.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUResize.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUResizeCache.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPURuntime.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUScale.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUSegmentMean.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUSelect.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUSetDiff1D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUSoftmax.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUSvd.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUTFQuantizedConv2D.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUTensorConvert.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUTopKV2.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUUnary.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUUnique.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUUnravelIndex.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CPUWhere.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\OneDNNConvInt8.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\OneDNNConvolution.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ThreadPool.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\CommonOptFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvInt8TiledExecutor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvInt8Winograd.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvOpt.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\Convolution1x1Strassen.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionDepthwise3x3.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionFloatFactory.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionGroup.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionInt8Executor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionIntFactory.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionPackFreeWinograd.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionPackWinograd.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionTiledExecutor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionWinogradBridge.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ConvolutionWinogradImpl.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\DeconvolutionWithStride.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\DenseConvolutionTiledExecutor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ImageProcessFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\Int8FunctionsOpt.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\OptimizedComputer.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\ResizeFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\SparseConvInt8TiledExecutor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\SparseConvolutionTiledExecutor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\StrassenMatmulComputor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNCPU.dir\$(Configuration)\WinogradOptFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNX8664.dir\$(Configuration)\AVX2Backend.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNX8664.dir\$(Configuration)\AVX2Functions.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNX8664.dir\$(Configuration)\FunctionDispatcher.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNX8664.dir\$(Configuration)\cpu_id.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVXFMA.dir\$(Configuration)\GemmAVX2FMA.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVXFMA.dir\$(Configuration)\GemmAVX2FMABF16.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVXFMA.dir\$(Configuration)\GemmSparseFMA.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVXFMA.dir\$(Configuration)\MathFunctions.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVXFMA.dir\$(Configuration)\PackedFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\GemmAVX2.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\GemmCommon.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\GemmCommonBF16.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\GemmInt8.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\GemmSparse.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\MathFunctions.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\PackedFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\ReorderFunctions.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNAVX.dir\$(Configuration)\WinogradFunctions.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNSSE.dir\$(Configuration)\GemmCommon.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNSSE.dir\$(Configuration)\GemmInt8.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNSSE.dir\$(Configuration)\GemmSSE.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNSSE.dir\$(Configuration)\ImageProcessFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNSSE.dir\$(Configuration)\MathFunctions.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNSSE.dir\$(Configuration)\PackedFunction.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\MNNSSE.dir\$(Configuration)\ReorderFunctions.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\Executor.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\ExecutorScope.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\Expr.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\MathOp.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\NeuralNetWorkOp.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\Optimizer.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\Utils.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\IfModule.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\Module.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\NMSModule.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\PipelineModule.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\StaticModule.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
<Object Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-build\express\MNN_Express.dir\$(Configuration)\WhileModule.obj">
|
||||||
|
<Filter>Object Libraries</Filter>
|
||||||
|
</Object>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Object Libraries">
|
||||||
|
<UniqueIdentifier>{B14BBF98-41C0-3FB7-8EB5-BD083BD04EA3}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,63 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmAVX2.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmCommon.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmCommonBF16.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmInt8.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmSparse.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\MathFunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\PackedFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\ReorderFunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\WinogradFunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\FunctionSummary.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmCommon.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmFunction.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmFunctionEShort.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\GemmFunctionPackL.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx\Vec8.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avxfma\GemmAVX2FMA.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avxfma\GemmAVX2FMABF16.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avxfma\GemmSparseFMA.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avxfma\MathFunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avxfma\PackedFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avxfma\FunctionSummary.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,589 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUArgMax.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUBackend.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUBinary.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUCast.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUConvolution.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUConvolutionDepthwise.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUCropAndResize.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDeconvolution.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDeconvolutionDepthwise.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDepthwiseConvInt8.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDequantize.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDet.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDetectionOutput.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDetectionPostProcess.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUEltwise.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUEltwiseInt8.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUFloatToInt8.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUGridSample.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUHistogram.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUImageProcess.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInstanceNorm.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInt8ToFloat.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInterp.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInterp3D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPULayerNorm.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPULinSpace.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUMatMul.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUMatrixBandPart.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUMoments.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUNonMaxSuppressionV2.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUOPRegister.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUOneHot.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUPlugin.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUPool.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUPoolInt8.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUProposal.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuanConvolutionDepthwise.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedAdd.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedAvgPool.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedLogistic.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedMaxPool.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedSoftmax.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURNNSequenceGRU.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUROIAlign.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUROIPooling.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURandomUniform.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURange.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURaster.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUReduction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURelu.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUResize.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUResizeCache.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURuntime.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUScale.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSegmentMean.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSelect.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSetDiff1D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSoftmax.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSvd.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUTFQuantizedConv2D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUTensorConvert.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUTopKV2.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUUnary.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUUnique.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUUnravelIndex.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUWhere.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\OneDNNConvInt8.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\OneDNNConvolution.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\ThreadPool.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\CommonOptFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvInt8TiledExecutor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvInt8Winograd.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvOpt.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\Convolution1x1Strassen.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionDepthwise3x3.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionFloatFactory.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionGroup.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionInt8Executor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionIntFactory.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionPackFreeWinograd.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionPackWinograd.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionTiledExecutor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionWinogradBridge.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionWinogradImpl.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\DeconvolutionWithStride.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\DenseConvolutionTiledExecutor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ImageProcessFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\Int8FunctionsOpt.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\OptimizedComputer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ResizeFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\SparseConvInt8TiledExecutor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\SparseConvolutionTiledExecutor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\StrassenMatmulComputor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\WinogradOptFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\BinaryUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUArgMax.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUBackend.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUBinary.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUCast.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUConvolution.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUConvolutionDepthwise.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUCropAndResize.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDeconvolution.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDeconvolutionDepthwise.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDepthwiseConvInt8.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDequantize.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDet.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDetectionOutput.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUDetectionPostProcess.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUEltwise.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUEltwiseInt8.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUFixedPoint.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUFloatToInt8.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUGridSample.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUHistogram.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUImageProcess.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInstanceNorm.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInt8ToFloat.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInterp.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUInterp3D.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPULinSpace.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUMatMul.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUMatrixBandPart.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUMoments.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUNonMaxSuppressionV2.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUOneHot.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUPool.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUPoolInt8.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUProposal.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuanConvolutionDepthwise.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizationUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedAdd.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedAvgPool.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedLogistic.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedMaxPool.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUQuantizedSoftmax.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURNNSequenceGRU.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUROIAlign.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUROIPooling.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURandomUniform.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURange.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURaster.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUReduction.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURelu.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUResize.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUResizeCache.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPURuntime.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUScale.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSelect.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSetDiff1D.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSoftmax.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUSvd.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUTFQuantizedConv2D.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUTensorConvert.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUTopKV2.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUUnary.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUUnique.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUUnravelIndex.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CPUWhere.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\OneDNNConvInt8.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\OneDNNConvolution.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\ThreadPool.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\UnaryUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\CommonOptFunction.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvInt8TiledExecutor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvInt8Winograd.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvOpt.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\Convolution1x1Strassen.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionDepthwise3x3.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionFloatFactory.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionGroup.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionInt8Executor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionIntFactory.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionPackFreeWinograd.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionPackWinograd.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionTiledExecutor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionWinogradBridge.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ConvolutionWinogradImpl.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\DeconvolutionWithStride.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\DenseConvolutionTiledExecutor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ImageProcessFunction.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\Int8FunctionsOpt.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\OptimizedComputer.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\ResizeFunction.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\SparseConvInt8TiledExecutor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\SparseConvolutionTiledExecutor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\StrassenMatmulComputor.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute\WinogradOptFunction.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\CMakeLists.txt" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\arm" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\bf16" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\compute" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,30 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\cv\ImageProcess.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\cv\Matrix_CV.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\cv\SkNx.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\cv\SkNx_neon.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\AutoTime.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Backend.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\BackendRegister.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\BufferAllocator.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\ConvolutionCommon.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Execution.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\FileLoader.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Interpreter.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\MNNMemoryUtils.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\OpCommonUtils.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Pipeline.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\RuntimeFactory.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Schedule.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Session.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Tensor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\TensorUtils.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\WrapExecution.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\AutoStorage.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Backend.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\BufferAllocator.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Command.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Concurrency.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\ConvolutionCommon.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Execution.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\FileLoader.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\MNNMemoryUtils.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Macro.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\NonCopyable.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\OpCommonUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Pipeline.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\RuntimeFactory.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Schedule.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\Session.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\TensorUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\core\WrapExecution.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\math\Matrix.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\math\WingoradGenerater.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\math\Matrix.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\math\Vec.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\math\WingoradGenerater.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\GemmCommon.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\GemmInt8.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\GemmSSE.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\ImageProcessFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\MathFunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\PackedFunction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\ReorderFunctions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\FunctionSummary.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\GemmCommon.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse\GemmFunction.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,387 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\ConvertUtils.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryBatchMatMul.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryBinary.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryBroadcastTo.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryComputer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryComputerUtils.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryConcat.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryConv2D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryConv2DBackPropFilter.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryConv3D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryConvUtils.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryConvert.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryCosineSimilarity.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryCrop.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryCumSum.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryDepthToSpace.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryDet.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryDilation2D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryELU.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryFill.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryGather.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryImageOp.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryInnerProduct.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryLRN.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryLSTM.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryOPRegister.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryPermute.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryPoolGrad.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryPooling3D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryReduce.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryReshape.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryReverseSequence.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryScatter.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometrySelect.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryShape.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometrySlice.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometrySpaceToBatchND.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometrySpatialProduct.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryStridedSlice.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryTensorArray.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryThreshold.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryTile.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryTopK.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryUnary.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeArgMax.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeBatchToSpaceND.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeBinaryOp.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeBroadcastTo.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeCast.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeConcat.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeConvTranspose3D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeConvolution.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeConvolution3D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeCosineSimilarity.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeCrop.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeCropAndResize.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeDeconvolution.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeDepthToSpace.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeDequantize.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeDet.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeDetectionOutput.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeDetectionPostProcess.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeExpandDims.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeFill.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeGatherND.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeGatherV2.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeGridSample.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeHistogram.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeInnerProduct.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeInterp.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeLSTM.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeLinSpace.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeMatMul.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeMoments.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeNonMaxSuppressionV2.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeOneHot.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapePack.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapePadding.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapePermute.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapePlugin.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapePool.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapePool3D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapePriorbox.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeProposal.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeQuantizedAvgPool.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeQuantizedMaxPool.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeRNNSequenceGRU.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeROIAlign.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeROIPooling.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeRandomUniform.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeRange.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeReduction.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeRegister.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeReshape.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeResize.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeScatterNd.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSegmentMean.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSelect.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSetDiff1D.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeShape.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSize.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSlice.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSliceTf.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSpaceToBatchND.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSpaceToDepth.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSqueeze.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeStridedSlice.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeSvd.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeTensorArray.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeTensorConvert.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeTile.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeTopKV2.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeTranspose.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeUnique.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeUnpack.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeUnravelIndex.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\ShapeWhere.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\SizeComputer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\ConvertUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryComputer.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryComputerUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\geometry\GeometryConvUtils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\shape\SizeComputer.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,30 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\utils\InitNet.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\utils\JNIHelper.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\utils\InitNet.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\utils\JNIHelper.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,49 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\AVX2Backend.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\AVX2Functions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\FunctionDispatcher.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\cpu_id.cc">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\AVX2Backend.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\AVX2Functions.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\MNNAsmGlobal.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\cpu_id.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\CMakeLists.txt" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avx512" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\avxfma" />
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\source\backend\cpu\x86_x64\sse" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,91 @@
|
|||||||
|
# Install script for directory: F:/hyperlpr3/HyperLPR/build/_deps/mnn-src
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "D:/Program Files (x86)/HyperLPR3-Source")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/MNN" TYPE FILE FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/MNNDefine.h"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Interpreter.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/HalideRuntime.h"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Tensor.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/ErrorCode.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/ImageProcess.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Matrix.h"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Rect.h"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/MNNForwardType.h"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/AutoTime.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/MNNSharedContext.h"
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/MNN/expr" TYPE FILE FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Expr.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/ExprCreator.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/MathOp.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/NeuralNetWorkOp.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Optimizer.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Executor.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Module.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/NeuralNetWorkOp.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/ExecutorScope.hpp"
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Scope.hpp"
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/Debug/MNN.lib")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/Release/MNN.lib")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/MinSizeRel/MNN.lib")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/RelWithDebInfo/MNN.lib")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for each subdirectory.
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/express/cmake_install.cmake")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/tools/converter/cmake_install.cmake")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/tools/cv/cmake_install.cmake")
|
||||||
|
|
||||||
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/install_local_manifest.txt"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\CMakeFiles\29c035c5e22e8588dfdb87e694f44c9e\INSTALL_force.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{0ED23E76-8DF7-318D-9983-8E135CCD47B0}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\Executor.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\ExecutorScope.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\Expr.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\MathOp.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\NeuralNetWorkOp.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\Optimizer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\Utils.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\IfModule.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\Module.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\NMSModule.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\PipelineModule.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\StaticModule.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\WhileModule.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\RuntimeAttr.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\Utils.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\IfModule.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\NMSModule.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\PipelineModule.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\StaticModule.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\module\WhileModule.hpp">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-src\express\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{6CD801A7-609D-3C93-9A4D-21CEFAE1C5DF}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,40 @@
|
|||||||
|
# Install script for directory: F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/express
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "D:/Program Files (x86)/HyperLPR3-Source")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/express/install_local_manifest.txt"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\CMakeFiles\3280ed93dac900e2d353768ee53e732d\INSTALL_force.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{0ED23E76-8DF7-318D-9983-8E135CCD47B0}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,40 @@
|
|||||||
|
# Install script for directory: F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/tools/converter
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "D:/Program Files (x86)/HyperLPR3-Source")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/tools/converter/install_local_manifest.txt"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\CMakeFiles\569e43d2243e78a1df0395ce7824e51e\INSTALL_force.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{0ED23E76-8DF7-318D-9983-8E135CCD47B0}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,40 @@
|
|||||||
|
# Install script for directory: F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/tools/cv
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "D:/Program Files (x86)/HyperLPR3-Source")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/tools/cv/install_local_manifest.txt"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,104 @@
|
|||||||
|
# This is the CMakeCache file.
|
||||||
|
# For build in directory: f:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild
|
||||||
|
# It was generated by CMake: D:/Program Files/CMake/bin/cmake.exe
|
||||||
|
# You can edit this file to change values found and used by cmake.
|
||||||
|
# If you do not want to change any of the values, simply exit the editor.
|
||||||
|
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||||
|
# The syntax for the file is as follows:
|
||||||
|
# KEY:TYPE=VALUE
|
||||||
|
# KEY is the name of a variable in the cache.
|
||||||
|
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||||
|
# VALUE is the current value for the KEY.
|
||||||
|
|
||||||
|
########################
|
||||||
|
# EXTERNAL cache entries
|
||||||
|
########################
|
||||||
|
|
||||||
|
//No help, variable specified on the command line.
|
||||||
|
CMAKE_CONFIGURATION_TYPES:STRING=Debug
|
||||||
|
|
||||||
|
//Value Computed by CMake.
|
||||||
|
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=F:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild/CMakeFiles/pkgRedirects
|
||||||
|
|
||||||
|
//Install path prefix, prepended onto install directories.
|
||||||
|
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/mnn-populate
|
||||||
|
|
||||||
|
//No help, variable specified on the command line.
|
||||||
|
CMAKE_MAKE_PROGRAM:FILEPATH=D:/Program Files/Microsoft Visual Studio/2022/Professional/MSBuild/Current/Bin/amd64/MSBuild.exe
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
CMAKE_PROJECT_NAME:STATIC=mnn-populate
|
||||||
|
|
||||||
|
//If set, runtime paths are not added when installing shared libraries,
|
||||||
|
// but are added when building.
|
||||||
|
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||||
|
|
||||||
|
//If set, runtime paths are not added when using shared libraries.
|
||||||
|
CMAKE_SKIP_RPATH:BOOL=NO
|
||||||
|
|
||||||
|
//If this value is on, makefiles will be generated without the
|
||||||
|
// .SILENT directive, and all commands will be echoed to the console
|
||||||
|
// during the make. This is useful for debugging only. With Visual
|
||||||
|
// Studio IDE projects all commands are done without /nologo.
|
||||||
|
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
mnn-populate_BINARY_DIR:STATIC=F:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
mnn-populate_IS_TOP_LEVEL:STATIC=ON
|
||||||
|
|
||||||
|
//Value Computed by CMake
|
||||||
|
mnn-populate_SOURCE_DIR:STATIC=F:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild
|
||||||
|
|
||||||
|
|
||||||
|
########################
|
||||||
|
# INTERNAL cache entries
|
||||||
|
########################
|
||||||
|
|
||||||
|
//This is the directory where this CMakeCache.txt was created
|
||||||
|
CMAKE_CACHEFILE_DIR:INTERNAL=f:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild
|
||||||
|
//Major version of cmake used to create the current loaded cache
|
||||||
|
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||||
|
//Minor version of cmake used to create the current loaded cache
|
||||||
|
CMAKE_CACHE_MINOR_VERSION:INTERNAL=31
|
||||||
|
//Patch version of cmake used to create the current loaded cache
|
||||||
|
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
|
||||||
|
//Path to CMake executable.
|
||||||
|
CMAKE_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cmake.exe
|
||||||
|
//Path to cpack program executable.
|
||||||
|
CMAKE_CPACK_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cpack.exe
|
||||||
|
//Path to ctest program executable.
|
||||||
|
CMAKE_CTEST_COMMAND:INTERNAL=D:/Program Files/CMake/bin/ctest.exe
|
||||||
|
//Name of external makefile project generator.
|
||||||
|
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||||
|
//Name of generator.
|
||||||
|
CMAKE_GENERATOR:INTERNAL=Visual Studio 17 2022
|
||||||
|
//No help, variable specified on the command line.
|
||||||
|
CMAKE_GENERATOR_INSTANCE:INTERNAL=D:/Program Files/Microsoft Visual Studio/2022/Professional
|
||||||
|
//Name of generator platform.
|
||||||
|
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||||
|
//Name of generator toolset.
|
||||||
|
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||||
|
//Source directory with the top level CMakeLists.txt file for this
|
||||||
|
// project
|
||||||
|
CMAKE_HOME_DIRECTORY:INTERNAL=F:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild
|
||||||
|
//number of local generators
|
||||||
|
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
||||||
|
//Platform information initialized
|
||||||
|
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||||
|
//Path to CMake installation.
|
||||||
|
CMAKE_ROOT:INTERNAL=D:/Program Files/CMake/share/cmake-3.31
|
||||||
|
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||||
|
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||||
|
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||||
|
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||||
|
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||||
|
|
@ -0,0 +1,42 @@
|
|||||||
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||||
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||||
|
|
||||||
|
cmake_minimum_required(VERSION 3.31.0-rc3)
|
||||||
|
|
||||||
|
# Reject any attempt to use a toolchain file. We must not use one because
|
||||||
|
# we could be downloading it here. If the CMAKE_TOOLCHAIN_FILE environment
|
||||||
|
# variable is set, the cache variable will have been initialized from it.
|
||||||
|
unset(CMAKE_TOOLCHAIN_FILE CACHE)
|
||||||
|
unset(ENV{CMAKE_TOOLCHAIN_FILE})
|
||||||
|
|
||||||
|
# We name the project and the target for the ExternalProject_Add() call
|
||||||
|
# to something that will highlight to the user what we are working on if
|
||||||
|
# something goes wrong and an error message is produced.
|
||||||
|
|
||||||
|
project(mnn-populate NONE)
|
||||||
|
|
||||||
|
|
||||||
|
# Pass through things we've already detected in the main project to avoid
|
||||||
|
# paying the cost of redetecting them again in ExternalProject_Add()
|
||||||
|
set(GIT_EXECUTABLE [==[C:/Program Files/Git/cmd/git.exe]==])
|
||||||
|
set(GIT_VERSION_STRING [==[2.40.1.windows.1]==])
|
||||||
|
set_property(GLOBAL PROPERTY _CMAKE_FindGit_GIT_EXECUTABLE_VERSION
|
||||||
|
[==[C:/Program Files/Git/cmd/git.exe;2.40.1.windows.1]==]
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
include(ExternalProject)
|
||||||
|
ExternalProject_Add(mnn-populate
|
||||||
|
"UPDATE_DISCONNECTED" "False" "GIT_REPOSITORY" "https://github.com/alibaba/MNN.git" "EXTERNALPROJECT_INTERNAL_ARGUMENT_SEPARATOR" "GIT_TAG" "2.2.0"
|
||||||
|
SOURCE_DIR "F:/hyperlpr3/HyperLPR/build/_deps/mnn-src"
|
||||||
|
BINARY_DIR "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build"
|
||||||
|
CONFIGURE_COMMAND ""
|
||||||
|
BUILD_COMMAND ""
|
||||||
|
INSTALL_COMMAND ""
|
||||||
|
TEST_COMMAND ""
|
||||||
|
USES_TERMINAL_DOWNLOAD YES
|
||||||
|
USES_TERMINAL_UPDATE YES
|
||||||
|
USES_TERMINAL_PATCH YES
|
||||||
|
)
|
||||||
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\5baf932fc1ba64df2b8873c704f185de\generate.stamp.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{A8C2E3A4-9F5B-3929-8617-90A37C425A07}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,56 @@
|
|||||||
|
# Install script for directory: F:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/mnn-populate")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild/install_local_manifest.txt"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||||
|
else()
|
||||||
|
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
||||||
|
unset(CMAKE_INST_COMP_HASH)
|
||||||
|
endif()
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/_deps/mnn-subbuild/${CMAKE_INSTALL_MANIFEST}"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-mkdir.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-download.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-update.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-patch.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-configure.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-build.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-install.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\3db0a3604328db54ab9e83022640601c\mnn-populate-test.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\16b3cd094dd68b9bfd63627dbbcbec18\mnn-populate-complete.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\5baf932fc1ba64df2b8873c704f185de\mnn-populate.rule">
|
||||||
|
<Filter>CMake Rules</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="F:\hyperlpr3\HyperLPR\build\_deps\mnn-subbuild\CMakeFiles\mnn-populate" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="CMake Rules">
|
||||||
|
<UniqueIdentifier>{A8C2E3A4-9F5B-3929-8617-90A37C425A07}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,353 @@
|
|||||||
|
# Install script for directory: F:/hyperlpr3/HyperLPR
|
||||||
|
|
||||||
|
# Set the install prefix
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3")
|
||||||
|
endif()
|
||||||
|
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
# Set the install configuration name.
|
||||||
|
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||||
|
if(BUILD_TYPE)
|
||||||
|
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||||
|
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||||
|
endif()
|
||||||
|
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Set the component getting installed.
|
||||||
|
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(COMPONENT)
|
||||||
|
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||||
|
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_COMPONENT)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Is this installation the result of a crosscompile?
|
||||||
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||||
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
# Include the install script for the subdirectory.
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/cmake_install.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.lib")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "F:/hyperlpr3/HyperLPR/build/Debug/hyperlpr3.lib")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.lib")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "F:/hyperlpr3/HyperLPR/build/Release/hyperlpr3.lib")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.lib")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "F:/hyperlpr3/HyperLPR/build/MinSizeRel/hyperlpr3.lib")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.lib")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "F:/hyperlpr3/HyperLPR/build/RelWithDebInfo/hyperlpr3.lib")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.dll")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE SHARED_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/Debug/hyperlpr3.dll")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.dll")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE SHARED_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/Release/hyperlpr3.dll")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.dll")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE SHARED_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/MinSizeRel/hyperlpr3.dll")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib/hyperlpr3.dll")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/lib" TYPE SHARED_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/RelWithDebInfo/hyperlpr3.dll")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/hyperlpr3.dir/install-cxx-module-bmi-Debug.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/hyperlpr3.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/hyperlpr3.dir/install-cxx-module-bmi-MinSizeRel.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/hyperlpr3.dir/install-cxx-module-bmi-RelWithDebInfo.cmake" OPTIONAL)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/include/hyper_lpr_sdk.h")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/include" TYPE FILE FILES "F:/hyperlpr3/HyperLPR/cpp/c_api/hyper_lpr_sdk.h")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/resource")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3" TYPE DIRECTORY FILES "F:/hyperlpr3/HyperLPR/resource")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/ContextSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/Debug/ContextSample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/ContextSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/Release/ContextSample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/ContextSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/MinSizeRel/ContextSample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/ContextSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/RelWithDebInfo/ContextSample.exe")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/ContextSample.dir/install-cxx-module-bmi-Debug.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/ContextSample.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/ContextSample.dir/install-cxx-module-bmi-MinSizeRel.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/ContextSample.dir/install-cxx-module-bmi-RelWithDebInfo.cmake" OPTIONAL)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/CAPISample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/Debug/CAPISample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/CAPISample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/Release/CAPISample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/CAPISample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/MinSizeRel/CAPISample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/CAPISample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/RelWithDebInfo/CAPISample.exe")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/CAPISample.dir/install-cxx-module-bmi-Debug.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/CAPISample.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/CAPISample.dir/install-cxx-module-bmi-MinSizeRel.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/CAPISample.dir/install-cxx-module-bmi-RelWithDebInfo.cmake" OPTIONAL)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/SplitDetSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/Debug/SplitDetSample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/SplitDetSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/Release/SplitDetSample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/SplitDetSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/MinSizeRel/SplitDetSample.exe")
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
|
||||||
|
"F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin/SplitDetSample.exe")
|
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
|
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
|
||||||
|
endif()
|
||||||
|
file(INSTALL DESTINATION "F:/hyperlpr3/HyperLPR/build/install/hyperlpr3/bin" TYPE EXECUTABLE FILES "F:/hyperlpr3/HyperLPR/build/RelWithDebInfo/SplitDetSample.exe")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/SplitDetSample.dir/install-cxx-module-bmi-Debug.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/SplitDetSample.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/SplitDetSample.dir/install-cxx-module-bmi-MinSizeRel.cmake" OPTIONAL)
|
||||||
|
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||||
|
include("F:/hyperlpr3/HyperLPR/build/CMakeFiles/SplitDetSample.dir/install-cxx-module-bmi-RelWithDebInfo.cmake" OPTIONAL)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||||
|
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/install_local_manifest.txt"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
||||||
|
if(CMAKE_INSTALL_COMPONENT)
|
||||||
|
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||||
|
else()
|
||||||
|
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
||||||
|
unset(CMAKE_INST_COMP_HASH)
|
||||||
|
endif()
|
||||||
|
else()
|
||||||
|
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||||
|
file(WRITE "F:/hyperlpr3/HyperLPR/build/${CMAKE_INSTALL_MANIFEST}"
|
||||||
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||||
|
endif()
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\buffer_module\camera_buffer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\context_module\hyper_lpr_context.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_module\mnn_adapter.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\classification_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\classification\plate_classification.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_arch.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_backbone.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\det_header.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\detect\plate_detector.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\plate_recognition.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\nn_implementation_module\recognition\recognition_engine.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\src\inference_helper_module\inference_helper_mnn.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="F:\hyperlpr3\HyperLPR\cpp\c_api\hyper_lpr_sdk.cc">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="F:\hyperlpr3\HyperLPR\CMakeLists.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{DFFD36AA-A5E0-3B2D-93C3-416C19A26275}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue