File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Samples/CustomTensorization Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 {4420ECD4-AD04-4183-9879-7D52039E5422} .Debug| x86 .ActiveCfg = Debug| Win32
2222 {4420ECD4-AD04-4183-9879-7D52039E5422} .Debug| x86 .Build .0 = Debug| Win32
2323 {4420ECD4-AD04-4183-9879-7D52039E5422} .Release| ARM .ActiveCfg = Debug| ARM
24- {4420ECD4-AD04-4183-9879-7D52039E5422} .Release| x64 .ActiveCfg = Release| Win32
25- {4420ECD4-AD04-4183-9879-7D52039E5422} .Release| x64 .Build .0 = Release| Win32
24+ {4420ECD4-AD04-4183-9879-7D52039E5422} .Release| x64 .ActiveCfg = Release| x64
25+ {4420ECD4-AD04-4183-9879-7D52039E5422} .Release| x64 .Build .0 = Release| x64
2626 {4420ECD4-AD04-4183-9879-7D52039E5422} .Release| x86 .ActiveCfg = Release| Win32
2727 {4420ECD4-AD04-4183-9879-7D52039E5422} .Release| x86 .Build .0 = Release| Win32
2828 EndGlobalSection
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ So this sample gives a way of how to manually tensorize input image data with Wi
3030
3131## Steps to run the sample
3232
33- 1 . Load the ` manual-tensorization .sln` into Visual Studio
33+ 1 . Load the ` CustomTensorization .sln` into Visual Studio
34342 . Build and run the solution
35353 . Check the output images, named as ` output_cpu.png ` and ` output_gpu.png ` , in the same folder.
3636
You can’t perform that action at this time.
0 commit comments