Fix indent in the SPDX identifier
[platform/core/ml/nntrainer.git] / test / unittest / unittest_nntrainer_lazy_tensor.cpp
2021-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-02-17 Jihoon Lee[Build] Decouple gtest from nntrainer_test_util
2020-09-25 Jihoon Lee[License] s/Apache-2.0-only/Apache-2.0
2020-09-24 Parichay Kapoor[refactor] Cleanup headers
2020-09-23 Jihoon LeeAdd test for elem-wise ops broadcasting
2020-08-24 Parichay Kapoor[license] Fix SPDX license usage
2020-07-21 jijoong.moon[ Coverity ] Fix coverity issues
2020-07-08 Jihoon LeeFormat everyfile
2020-06-24 Parichay Kapoor[tensor/tensor_dim] Added equal comparison operation
2020-06-22 Jihoon LeeAdd test for activation layer(Wait for #187)
2020-06-16 Jihoon LeeAdd `LazyTensor::applyIf`
2020-06-15 Jihoon Lee[Tensor] Change Add_i to have alpha signature
2020-06-12 Parichay Kapoor[tensor] Added axis dimension to average
2020-06-11 Jihoon LeeRegister Tensor ops to lazy tensor
2020-06-09 Jihoon LeeAdd LazyTensor to support lazy evaluation