Change Class Name Matrix to Tensor
authorjijoong.moon <jijoong.moon@samsung.com>
Fri, 7 Feb 2020 05:12:14 +0000 (14:12 +0900)
committer문지중/On-Device Lab(SR)/Principal Engineer/삼성전자 <jijoong.moon@samsung.com>
Fri, 7 Feb 2020 05:23:08 +0000 (14:23 +0900)
commitec6d899ca9d50243efea7f99f716cf15066ec623
tree55a43dc4a1e030cd729816af72f8c7a41e38dcd5
parentd2c0e39ed42125f32a3a32aecee8ce613538a8dd
Change Class Name Matrix to Tensor

Tensor is more appropreate than Matrix.

Resolves:

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
12 files changed:
Applications/LogisticRegression/jni/main.cpp
Applications/ReinforcementLearning/DeepQ/jni/main.cpp
Applications/Training/jni/main.cpp
CMakeLists.txt
include/layers.h
include/matrix.h [deleted file]
include/neuralnet.h
include/tensor.h [new file with mode: 0644]
jni/Android.mk
src/layers.cpp
src/neuralnet.cpp
src/tensor.cpp [moved from src/matrix.cpp with 81% similarity]