File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/samples/Microsoft.ML.Samples Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 187187 <PackageReference Include =" Microsoft.ML.Onnx.TestModels" Version =" $(MicrosoftMLOnnxTestModelsVersion)" />
188188 </ItemGroup >
189189
190+ <ItemGroup >
191+ <Content Include =" $(ObjDir)DnnImageModels\ResNet18Onnx\ResNet18.onnx" >
192+ <Link >DnnImageModels\ResNet18Onnx\ResNet18.onnx</Link >
193+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
194+ </Content >
195+ </ItemGroup >
196+
197+ <ItemGroup >
198+ <Content Include =" $(ObjDir)DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx" >
199+ <Link >DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx</Link >
200+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
201+ </Content >
202+ </ItemGroup >
203+
190204</Project >
You can’t perform that action at this time.
0 commit comments