Add license to sources for tools, tests, include (#936)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Fri, 27 Apr 2018 01:52:22 +0000 (10:52 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Fri, 27 Apr 2018 01:52:22 +0000 (10:52 +0900)
commitb67369a67a79b861b30ef81e3532d65cb9799dde
treed39ce1ae432a5224c6f9417e5cd779601f2e9d87
parent5a8938fecde12433134584941fc29ed4b14e7002
Add license to sources for tools, tests, include (#936)

Related issue: #840

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
34 files changed:
include/kernel/acl/Concatenation.h
include/kernel/acl/Conv2D.h
include/kernel/acl/FullyConnected.h
include/kernel/acl/Pooling.h
include/kernel/acl/Reshape.h
include/kernel/acl/Softmax.h
include/kernel/acl/nnfw_kernel_acl.h
include/support/nnapi/feature/Reader.h
include/support/nnapi/feature/Utils.h
include/support/tflite/Diff.h
include/support/tflite/FeatureView.h
include/support/tflite/InputIndex.h
include/support/tflite/OutputIndex.h
include/support/tflite/TensorUtils.h
include/support/tflite/TensorView.h
include/support/tflite/interp/Builder.h
include/support/tflite/interp/FlatBufferBuilder.h
include/support/tflite/interp/FunctionBuilder.h
src/runtime/test/TestGenerated.cpp
src/runtime/test/TestMain.cpp
src/runtime/test/TestTrivialModel.cpp
src/runtime/test/TestValidation.cpp
tests/framework/run_test.sh
tools/test_driver/print_to_json.sh
tools/test_driver/test_driver.sh
tools/tflite_benchmark/src/tflite_benchmark.cc
tools/tflite_run/src/args.cc
tools/tflite_run/src/args.h
tools/tflite_run/src/bin_image.cc
tools/tflite_run/src/bin_image.h
tools/tflite_run/src/operators.cc
tools/tflite_run/src/operators.h
tools/tflite_run/src/tflite_run.cc
tools/tflite_run/src/tflite_test.cc