platform/core/ml/nntrainer.git
2021-10-28 hyeonseok lee[layer] override setBatch in bn layer
2021-10-28 Parichay Kapoor[layer] LSTM cell batchresize bug fix
2021-10-28 Parichay Kapoor[layer] Optimization for LSTM cell
2021-10-26 Jihoon Lee[Android] Add missing fopenmp
2021-10-26 Jihoon Lee[Android] Enable test for the android build
2021-10-26 Jihoon Lee[Android] Unlink ml-api-inference module
2021-10-26 Jihoon Lee[Fix/pkgconfig] Fix nntrainer include dir
2021-10-26 Jihoon Lee[LSTMCELL] Fix compile error
2021-10-26 Parichay Kapoor[layer] Bug fix for LSTMCell
2021-10-26 Parichay Kapoor[layer] Add first draft of lstm cell
2021-10-26 Parichay Kapoor[tensor] Add support for strided operators
2021-10-26 Jihoon Lee[Android] disable nnstreamer layer
2021-10-26 Jihoon Lee[Clean] remove enable-android option
2021-10-26 Jihoon Lee[Android] Add prebuilt android for the built library
2021-10-26 Jihoon Lee[Android] Add simple package script
2021-10-26 Jihoon Lee[Fix] fix bug for install_headers
2021-10-26 Jihoon Lee[Android] Set up install directory for android build
2021-10-26 Jihoon Lee[Android] Enable capi/ccapi build
2021-10-26 Jihoon Lee[Meson] Add android nntrainer build
2021-10-26 Jihoon Lee[Meson] Save and apply extra defines
2021-10-26 Jihoon Lee[Android] disable building src through ninja
2021-10-26 Jihoon Lee[android] Add platform android and install deps
2021-10-26 Jihoon Lee[TRIVIAL] Fix error log
2021-10-26 Jihoon Lee[Android] Remove bfd linker
2021-10-26 Jihoon Lee[Trivial] Add override to functions
2021-10-25 Jihoon Lee[Optimizer] Prevent weight allocation for dependent...
2021-10-25 Parichay Kapoor[build] Add openmp dependency for improved performance
2021-10-25 Parichay Kapoor[tensor] Bug fix for dropout mask generation
2021-10-21 Jihoon Lee[SVACE] Fix init problem
2021-10-21 Parichay Kapoor[mem-opt] Add script to memory peak RSS memory
2021-10-21 Jihoon Lee[Fix] not used variable
2021-10-21 Jihoon Lee[Fix] Svace issue
2021-10-21 Jihoon Lee[Concat] Add axis selection
2021-10-21 Jihoon Lee[Reshape] Add exportTo
2021-10-21 Jihoon Lee[Fix] fix validate Input
2021-10-21 Jihoon Lee[test/bn1d] Add bn1d support
2021-10-21 Jihoon Lee[Fix] fix recorder registration
2021-10-21 Jihoon Lee[Fix] Layer node clone configuration
2021-10-20 Parichay Kapoor[layer] Create property for axis in batch normalization
2021-10-20 Parichay Kapoor[profile] Support profiling by layer type
2021-10-20 Parichay Kapoor[network/neuralnet] Move backwarding to network
2021-10-20 Parichay Kapoor[layer] Support concat along all the dimensions
2021-10-20 Jihoon Lee[Test] Add recurrent value compare tests
2021-10-20 Jihoon Lee[LSTM] Fix single time step backwarding
2021-10-20 Jihoon Lee[Test] Add model v2 test generator
2021-10-20 Jihoon Lee[Test] Connect v2 test to the parameterized test
2021-10-20 Jihoon Lee[Test] Add models v2 test
2021-10-20 Jihoon Lee[Trivial] Open sizeCheckedReadTensor to util
2021-10-20 Jihoon Lee[Fix/Sharing] Fix gradient updation log
2021-10-20 Parichay Kapoor[layer] Support reshape layer
2021-10-19 Parichay Kapoor[test] GRU with reset_after=False
2021-10-19 Parichay Kapoor[tensor] Add checks for external tensors
2021-10-19 Parichay Kapoor[layer/test] Add unittests for conv1d
2021-10-19 Parichay Kapoor[layer] Add conv1d implementation
2021-10-19 Parichay Kapoor[properties] Bug fix for padding compute
2021-10-19 Jihoon Lee[LSTM] Add lstm fix and test run
2021-10-19 Jihoon Lee[Neuralnet] Add debug mode to check optimizer
2021-10-19 Jihoon Lee[Fix] tensor pool prerequest bug
2021-10-19 Jihoon Lee[Trivial] Move makeGraph function out
2021-10-19 Jihoon Lee[Test] Make model test to take arbitrary nn
2021-10-19 Jihoon Lee[Trivial] Extract golden test from nnt_models
2021-10-19 Jihoon Lee[Trivial] Separate Watchers into a new file
2021-10-18 Parichay Kapoor[mem-opt] Support in-place batch normalization
2021-10-18 Parichay Kapoor[batchnorm] Optimize batch norm memory usage
2021-10-18 Parichay Kapoor[in-place] Support in-place activation
2021-10-18 Jihoon Lee[LayerGroups] Normalize identifiers
2021-10-18 Jihoon Lee[Refactor] Recurrent realizer with in/out props
2021-10-18 Jihoon Lee[Realizer] Implement input realizer
2021-10-18 Jihoon Lee[Realizer] Implement slice realizer
2021-10-18 Parichay Kapoor[layer/test] Bug fix for dropout + unittest
2021-10-15 Jihoon Lee[Recurrent] Add timestep property to recurrent layers
2021-10-15 Parichay Kapoor[packaging] Debian launchpad buildfix for focal
2021-10-15 Parichay Kapoor[network] Bug fix for trainable with supportBackwarding
2021-10-15 Jihoon Lee[Model/API] renew addWithReferenceLayers
2021-10-15 Jihoon Lee[Model] Add Model::addWithReferenceLayers
2021-10-15 Parichay Kapoor[layer] Support setBatch for attention layer
2021-10-15 Parichay Kapoor[layer] Add constructor for attention layer
2021-10-14 Parichay Kapoor[layer] Support single timestep for lstm
2021-10-14 Parichay Kapoor[layer] Bug fix of setBatch for LSTM/GRU/RNN
2021-10-14 Parichay Kapoor[layer] Remove setBatch for init context
2021-10-14 Parichay Kapoor[graph/model] Support for multi-label/input for the...
2021-10-14 Jihoon Lee[Sharing] SKip saving shared weights
2021-10-14 Jihoon Lee[Recurrent] Implement finalizing graph
2021-10-14 Jihoon Lee[Recurrent] Implement unrolling
2021-10-14 Jihoon Lee[LayerNode] Add cloneConfiguration function
2021-10-14 Jihoon Lee[Recurrent] Add verification and preparation
2021-10-14 Jihoon Lee[Realizer] Implement remap realizer
2021-10-14 Jihoon Lee[Recurrent] Add skleton of recurrent realizer
2021-10-14 jijoongmoon[ Conv1D ] Add Skeleton code for Conv1D Layer
2021-10-13 Jihoon Lee[Realizer] Apply flatten realizer
2021-10-13 Jihoon Lee[Model] Add memory optimization property
2021-10-13 Jihoon Lee[Test/realizer] Add flatten realizer test
2021-10-13 Jihoon Lee[Sharing] Implement tensor sharing
2021-10-13 Parichay Kapoor[test/layers] Add gru layer testing
2021-10-13 Jihoon Lee[Graph] Add realizer test skeleton
2021-10-13 Jihoon Lee[Graph/recurrent] Add concept of realizer
2021-10-13 Jihoon Lee[Interpreter] Change signature of interpreter
2021-10-13 Jihoon Lee[Fix] Tflite Interpreter disable
2021-10-13 Jihoon Lee[inputs] remove multi input realization
2021-10-13 Parichay Kapoor[layer] Update dropout rate property name
next