projects
/
platform
/
core
/
ml
/
nntrainer.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/core/ml/nntrainer.git
2021-11-25
Parichay Kapoor
[layer] Add exportTo for concat layer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-24
Jihoon Lee
[Test] Add singleshot case test
commit
|
commitdiff
|
tree
|
snapshot
2021-11-24
Jihoon Lee
[Filter] Add dimension inference mechanism
commit
|
commitdiff
|
tree
|
snapshot
2021-11-23
Jihoon Lee
[Tp] Propose new tensor spec
commit
|
commitdiff
|
tree
|
snapshot
2021-11-23
Parichay Kapoor
[tensor] Add checks for non-contiguous tensor before...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-23
Jihoon Lee
[Trivial] Delete duplicated file
commit
|
commitdiff
|
tree
|
snapshot
2021-11-22
Jihoon Lee
[Feature check] Add tizen 6.5 compatibility
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
jijoong.moon
[ README ] Add SSDC2021 presentation
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[QuickFix] Check weight access for the last
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[Weights] Add last access concept
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[QuickFix] Add not dependent weight sharing
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[Build] Fix fbs causing rebuilding
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[Fix] api feature check problem
commit
|
commitdiff
|
tree
|
snapshot
2021-11-18
Jihoon Lee
[Tp] Rename requestTensor -> request
commit
|
commitdiff
|
tree
|
snapshot
2021-11-18
Jihoon Lee
[Tp] requestPreallocated -> view
commit
|
commitdiff
|
tree
|
snapshot
2021-11-18
Jihoon Lee
[Tp] rename externallyAllocated -> placeholder
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[KNN] Fix querying label when not training
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[KNN] Implement knn saving
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[Test] Add ml singleshot example
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[tp] Implement reidentifySource()
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Tp] Add dimension check to extend
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Tp] rename create -> request
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Trivial] Use if instead of template
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
Policy based tensor request for tensor pool.
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[TP] Implement extend()
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Tpool] Remove updateExternalTensor
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Clean] Separate src spec from dep spec
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Trivial] ZERO_LIFESPAN -> UNMANAGED
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[tpool] Implement view()
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[TPool] implement create/placeholder
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[TPool] Add interface to enable extensive sharing
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Parichay Kapoor
[layer] Add modes to inplace layer execution
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Parichay Kapoor
[layer] Inplace support for multiout layer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
hyeonseok lee
[unittest] Implement rnncell unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
hyeonseok lee
[rnncell] Implement rnncell
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
hyeonseok lee
[Bugfix] Regenerate lstmcell unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
Parichay Kapoor
[graph] Allocate memory based on which node runs
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
Parichay Kapoor
[layer] LSTMCell bug fix
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
Parichay Kapoor
[graph] Skip backwarding bug fix
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
jijoong.moon
[ README ] fix typo & add link for cc APIs
commit
|
commitdiff
|
tree
|
snapshot
2021-11-02
Jihoon Lee
[meson] Add android tflite disable option
commit
|
commitdiff
|
tree
|
snapshot
2021-11-02
jijoong.moon
[ README ] update readme
commit
|
commitdiff
|
tree
|
snapshot
2021-11-01
Parichay Kapoor
[layer] Support prefix for sharing weight names
commit
|
commitdiff
|
tree
|
snapshot
2021-11-01
Parichay Kapoor
[layer] Simplify naming scheme for requested tensors
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Jihoon Lee
[Trivial/CAPI] Tizen typo fix
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Parichay Kapoor
[layer] lstmcell minor optimize
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Parichay Kapoor
[tensor] Optimize element wise operator functions
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Parichay Kapoor
[tensor] Support adding result to output with multiply
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Jihoon Lee
[Profiler] Add listener total time and percent
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Parichay Kapoor
[tensor] Optimize tensor apply and multiply_strided
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Parichay Kapoor
[layer] Performance optimizations to LSTMCell
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Parichay Kapoor
[tensor] Add beta for tensor sum
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Jihoon Lee
[API/trivial] Add LSTMCell creator
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
hyeonseok lee
[layer] override setBatch in bn layer
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Parichay Kapoor
[layer] LSTM cell batchresize bug fix
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Parichay Kapoor
[layer] Optimization for LSTM cell
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Add missing fopenmp
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Enable test for the android build
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Unlink ml-api-inference module
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Fix/pkgconfig] Fix nntrainer include dir
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[LSTMCELL] Fix compile error
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Parichay Kapoor
[layer] Bug fix for LSTMCell
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Parichay Kapoor
[layer] Add first draft of lstm cell
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Parichay Kapoor
[tensor] Add support for strided operators
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] disable nnstreamer layer
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Clean] remove enable-android option
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Add prebuilt android for the built library
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Add simple package script
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Fix] fix bug for install_headers
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Set up install directory for android build
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Enable capi/ccapi build
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Meson] Add android nntrainer build
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Meson] Save and apply extra defines
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] disable building src through ninja
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[android] Add platform android and install deps
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[TRIVIAL] Fix error log
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Android] Remove bfd linker
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Jihoon Lee
[Trivial] Add override to functions
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Jihoon Lee
[Optimizer] Prevent weight allocation for dependent...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Parichay Kapoor
[build] Add openmp dependency for improved performance
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Parichay Kapoor
[tensor] Bug fix for dropout mask generation
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[SVACE] Fix init problem
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Parichay Kapoor
[mem-opt] Add script to memory peak RSS memory
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[Fix] not used variable
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[Fix] Svace issue
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[Concat] Add axis selection
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[Reshape] Add exportTo
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[Fix] fix validate Input
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[test/bn1d] Add bn1d support
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[Fix] fix recorder registration
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Jihoon Lee
[Fix] Layer node clone configuration
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Parichay Kapoor
[layer] Create property for axis in batch normalization
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Parichay Kapoor
[profile] Support profiling by layer type
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Parichay Kapoor
[network/neuralnet] Move backwarding to network
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Parichay Kapoor
[layer] Support concat along all the dimensions
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Jihoon Lee
[Test] Add recurrent value compare tests
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Jihoon Lee
[LSTM] Fix single time step backwarding
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Jihoon Lee
[Test] Add model v2 test generator
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Jihoon Lee
[Test] Connect v2 test to the parameterized test
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Jihoon Lee
[Test] Add models v2 test
commit
|
commitdiff
|
tree
|
snapshot
next