From: 최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 Date: Wed, 25 Apr 2018 00:51:11 +0000 (+0900) Subject: Remove execute mode from source files in NN runtime (#876) X-Git-Tag: 0.1~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a2cb8b6a3657377c07a6d35c70e5d8acf00aafb;p=platform%2Fcore%2Fml%2Fnnfw.git Remove execute mode from source files in NN runtime (#876) - Remove execute mode from source files in NN runtime Signed-off-by: Hyung-Kyu Choi --- diff --git a/src/runtime/ref/nn/common/CMakeLists.txt b/src/runtime/ref/nn/common/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/runtime/ref/nn/common/CpuExecutor.cpp b/src/runtime/ref/nn/common/CpuExecutor.cpp old mode 100755 new mode 100644 diff --git a/src/runtime/ref/nn/common/operations/DepthwiseConv2D.cpp b/src/runtime/ref/nn/common/operations/DepthwiseConv2D.cpp old mode 100755 new mode 100644 diff --git a/src/runtime/ref/nn/common/operations/internal/optimized/depthwiseconv_float.h b/src/runtime/ref/nn/common/operations/internal/optimized/depthwiseconv_float.h old mode 100755 new mode 100644 diff --git a/src/runtime/ref/nn/common/operations/internal/optimized/depthwiseconv_uint8.h b/src/runtime/ref/nn/common/operations/internal/optimized/depthwiseconv_uint8.h old mode 100755 new mode 100644