platform/core/ml/nntrainer.git
2021-11-11 Parichay Kapoor[layer] Add modes to inplace layer execution
2021-11-11 Parichay Kapoor[layer] Inplace support for multiout layer
2021-11-10 hyeonseok lee[unittest] Implement rnncell unittest
2021-11-10 hyeonseok lee[rnncell] Implement rnncell
2021-11-10 hyeonseok lee[Bugfix] Regenerate lstmcell unittest
2021-11-03 Parichay Kapoor[graph] Allocate memory based on which node runs
2021-11-03 Parichay Kapoor[layer] LSTMCell bug fix
2021-11-03 Parichay Kapoor[graph] Skip backwarding bug fix
2021-11-03 jijoong.moon[ README ] fix typo & add link for cc APIs
2021-11-02 Jihoon Lee[meson] Add android tflite disable option
2021-11-02 jijoong.moon[ README ] update readme
2021-11-01 Parichay Kapoor[layer] Support prefix for sharing weight names
2021-11-01 Parichay Kapoor[layer] Simplify naming scheme for requested tensors
2021-10-29 Jihoon Lee[Trivial/CAPI] Tizen typo fix
2021-10-29 Parichay Kapoor[layer] lstmcell minor optimize
2021-10-29 Parichay Kapoor[tensor] Optimize element wise operator functions
2021-10-29 Parichay Kapoor[tensor] Support adding result to output with multiply
2021-10-29 Jihoon Lee[Profiler] Add listener total time and percent
2021-10-28 Parichay Kapoor[tensor] Optimize tensor apply and multiply_strided
2021-10-28 Parichay Kapoor[layer] Performance optimizations to LSTMCell
2021-10-28 Parichay Kapoor[tensor] Add beta for tensor sum
2021-10-28 Jihoon Lee[API/trivial] Add LSTMCell creator
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
next