Skip to content
Snippets Groups Projects
Commit 896e0a8a authored by Hashim Sharif's avatar Hashim Sharif
Browse files

fixing MobileNet fp16 file names

parent 603c6ebc
No related branches found
No related tags found
No related merge requests found
...@@ -253,10 +253,10 @@ target_link_libraries(vgg16_cifar10_half tensor_runtime_online ${GPU_PROFILER_ ...@@ -253,10 +253,10 @@ target_link_libraries(vgg16_cifar10_half tensor_runtime_online ${GPU_PROFILER_
add_executable(vgg16_cifar100_half dnn_sources/src/half/vgg16_cifar100_half.cc) add_executable(vgg16_cifar100_half dnn_sources/src/half/vgg16_cifar100_half.cc)
target_link_libraries(vgg16_cifar100_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB}) target_link_libraries(vgg16_cifar100_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(mobilenet_half dnn_sources/src/half/mobilenet_depthwise_half.cc) add_executable(mobilenet_half dnn_sources/src/half/mobilenet_half.cc)
target_link_libraries(mobilenet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB}) target_link_libraries(mobilenet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(mobilenet_shallow_half dnn_sources/src/half/mobilenet_shallow_depthwise_half.cc) add_executable(mobilenet_shallow_half dnn_sources/src/half/mobilenet_shallow_half.cc)
target_link_libraries(mobilenet_shallow_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB}) target_link_libraries(mobilenet_shallow_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment