platform/core/ml/nntrainer.git
2021-12-01 Parichay Kapoor[layer] Forwarding implementation for mol attention...
2021-12-01 Parichay Kapoor[layer] Support properties for MoL attention layer
2021-12-01 Parichay Kapoor[layer] Scaffolding for MoL Attention Layer
2021-12-01 Jihoon Lee[KLD loss] kld loss scaffolding
2021-12-01 Jihoon Lee[Clean] Remove unused function
2021-12-01 Jihoon Lee[nn] Attach activation realizer
2021-12-01 Jihoon Lee[Test] Activation realizer test
2021-12-01 Jihoon Lee[Realizer] Implement activation realizer
2021-12-01 Jihoon Lee[nn] Attach multiout realizer
2021-12-01 Jihoon Lee[Test] Add multiout realizer test
2021-12-01 Jihoon Lee[MultiOut] Implement multiout realizer
2021-12-01 Jihoon Lee[Remap] Introduce remapping only identifiers
2021-12-01 Jihoon Lee[Multiout/trivial] Add scaffolding for mo realizer
2021-11-30 Parichay Kapoor[layer] Embedding layer support ZeroMaskIdx
2021-11-30 Parichay Kapoor[layer] Embedding input data format
2021-11-30 Jihoon Lee[Node] Add get/set method to manipulate connection
2021-11-30 Jihoon Lee[Node] replace output layer string -> connection
2021-11-30 Jihoon Lee[Node] Replace input layers -> input connection
2021-11-30 Jihoon Lee[Connection] Add indexing to connection
2021-11-29 hyeonseok lee[fix] Set input layer when given input layer is empty
2021-11-29 Jihoon Lee[trivial/Fix] add dependency header
2021-11-29 hyeonseok lee[QuickFix] Disable contiguous check on add_i
2021-11-29 jijoong.moon[ Android ] add static option for openmp
2021-11-29 Parichay Kapoor[layer] missing layer constructor
2021-11-29 Parichay Kapoor[layer] Bug fix for permute layer
2021-11-29 Parichay Kapoor[layer] Shape mismatch check in reshape layer
2021-11-29 Jihoon Lee [layer devel] clean up header dependency
2021-11-29 Jihoon Lee[Build] Use iosfwd instead of iostream
2021-11-29 Jihoon Lee[nn] Apply previous input realizer
2021-11-29 Jihoon Lee[Fix] Flatten realizer to not rely on default Layer...
2021-11-29 Jihoon Lee[Realizer] Implement previous input realizer
2021-11-29 Jihoon Lee[Realizer] Implement previous input realizer test
2021-11-29 Jihoon Lee[Scaffolding] previous input realizer
2021-11-29 Parichay Kapoor[test] Enable layer node test
2021-11-25 Jihoon Lee[Add] add leaky relu to actifun
2021-11-25 hyeonseok lee[unittest] Implement grucell unittest
2021-11-25 hyeonseok lee[grucell] Implement grucell
2021-11-25 hyeonseok lee[bugfix] Bugfix on tensor sum
2021-11-25 Parichay Kapoor[graph] Reduce metadata overhead of slice realizer
2021-11-25 Parichay Kapoor[graph] Bug fix for slice realizer
2021-11-25 Parichay Kapoor[layer] Add exportTo for concat layer
2021-11-24 Jihoon Lee[Test] Add singleshot case test
2021-11-24 Jihoon Lee[Filter] Add dimension inference mechanism
2021-11-23 Jihoon Lee[Tp] Propose new tensor spec
2021-11-23 Parichay Kapoor[tensor] Add checks for non-contiguous tensor before...
2021-11-23 Jihoon Lee[Trivial] Delete duplicated file
2021-11-22 Jihoon Lee[Feature check] Add tizen 6.5 compatibility
2021-11-19 jijoong.moon[ README ] Add SSDC2021 presentation
2021-11-19 Jihoon Lee[QuickFix] Check weight access for the last
2021-11-19 Jihoon Lee[Weights] Add last access concept
2021-11-19 Jihoon Lee[QuickFix] Add not dependent weight sharing
2021-11-19 Jihoon Lee[Build] Fix fbs causing rebuilding
2021-11-19 Jihoon Lee[Fix] api feature check problem
2021-11-18 Jihoon Lee[Tp] Rename requestTensor -> request
2021-11-18 Jihoon Lee[Tp] requestPreallocated -> view
2021-11-18 Jihoon Lee[Tp] rename externallyAllocated -> placeholder
2021-11-17 Jihoon Lee[KNN] Fix querying label when not training
2021-11-17 Jihoon Lee[KNN] Implement knn saving
2021-11-17 Jihoon Lee[Test] Add ml singleshot example
2021-11-17 Jihoon Lee[tp] Implement reidentifySource()
2021-11-16 Jihoon Lee[Tp] Add dimension check to extend
2021-11-16 Jihoon Lee[Tp] rename create -> request
2021-11-16 Jihoon Lee[Trivial] Use if instead of template
2021-11-16 Jihoon LeePolicy based tensor request for tensor pool.
2021-11-16 Jihoon Lee[TP] Implement extend()
2021-11-16 Jihoon Lee[Tpool] Remove updateExternalTensor
2021-11-16 Jihoon Lee[Clean] Separate src spec from dep spec
2021-11-16 Jihoon Lee[Trivial] ZERO_LIFESPAN -> UNMANAGED
2021-11-16 Jihoon Lee[tpool] Implement view()
2021-11-16 Jihoon Lee[TPool] implement create/placeholder
2021-11-16 Jihoon Lee[TPool] Add interface to enable extensive sharing
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
next