Removed unwanted ternary operators
authorAdwaith Anand <adwaith.a@samsung.com>
Fri, 4 Aug 2023 14:30:47 +0000 (20:00 +0530)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 9 Aug 2023 00:54:45 +0000 (09:54 +0900)
commit525371fefb7abf11b323ba66f98e3e59437e9592
treeaa091621d59cb6c172d9c3ef1041eec132543122
parentd247296d05e01689e703235702e8fcee2973aabe
Removed unwanted ternary operators

Ternary operators which was used in assignment of boolean values is
removed since it was redundant.

Signed-off-by: Adwaith Anand <adwaith.a@samsung.com>
nntrainer/layers/fc_layer.cpp
nntrainer/tensor/tensor.cpp