[utils] Add getRealpath function
[platform/core/ml/nntrainer.git] / nntrainer / app_context.cpp
2022-12-01 Seungbaek Hong[utils] Add getRealpath function
2022-11-03 Jiho Chu[Context] Propergate property to model
2022-09-07 hyeonseok lee[layer normalization] implement layer normalization
2022-09-07 hyeonseok lee[positional encoding] implement positional encoding...
2022-08-23 hyeonseok lee[multi head attention] Added multi head attention scaffold
2022-04-20 Parichay Kapoor[optimizer/lr] Add learning rate scheduler to ccapi
2022-04-20 Parichay Kapoor[lr] Support step wise decay scheduler
2022-04-20 Parichay Kapoor[optimizer] Use optimizer wrapped
2022-02-24 Parichay Kapoor[appcontext] Register learning rate scheduler with...
2021-12-28 Jihoon Lee[Identity] Implement and connect identity layer
2021-12-06 hyeonseok lee[zoneout lstmcell] Implement zoneout lstm cell
2021-12-02 Jihoon Lee[Header] Remove nntrainer_log.h from app_context.h
2021-12-02 Parichay Kapoor[layer] Unittests for reduce mean layer
2021-12-01 Parichay Kapoor[layer] Unittest + forwarding fix for mol
2021-11-25 hyeonseok lee[unittest] Implement grucell unittest
2021-11-10 hyeonseok lee[rnncell] Implement rnncell
2021-10-26 Parichay Kapoor[layer] Add first draft of lstm cell
2021-10-20 Parichay Kapoor[layer] Support reshape layer
2021-10-14 jijoongmoon[ Conv1D ] Add Skeleton code for Conv1D Layer
2021-10-07 Jihoon Lee[Layer] Add constant derivative layer
2021-10-06 Parichay Kapoor[layer] Scaffolding attention layer
2021-09-15 hyeonseok lee[util] Remove parse_util.h
2021-08-26 Jihoon Lee[CAPI] Expose l2norm layer
2021-08-26 hyeonseok lee[layer_node] bugfix/validate init_context
2021-08-23 Jihoon Lee[CAPI] Open centroid KNN
2021-08-13 Jihoon Lee[fixes] Add bug fixes from asan
2021-07-29 jijoong.moon[ Layer ] Change OutputLayer to MultiOutLayer
2021-07-22 hyeonseok lee[network_graph] revise addlosslayer for multi output
2021-07-22 Parichay Kapoor[layer] Update dropout layer to V2
2021-07-22 Parichay Kapoor[layer] Update plugged layer for V2 design
2021-07-22 Parichay Kapoor[test] Enable modelfile unittest
2021-07-22 Parichay Kapoor[api/network] Update api/network for new losses
2021-07-21 jijoong.moon[ Layer ] implementation of DropOut Layer
2021-06-23 Jihoon Lee[AppContext] Integrate layer-devel
2021-06-17 jijoong.moon[ GRU ] Skeleton Code for GRU
2021-06-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-08 Jihoon Lee[Layer] Add permute layer scaffolding
2021-06-02 Parichay Kapoor[context/optimizer] Enable plugged optimizer
2021-06-01 Parichay Kapoor[split/test] Added unittests for split layer
2021-05-13 Parichay Kapoor[graph] Update graph node
2021-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-04-26 hyeonseok lee[Preprocess] Set default trainable to false
2021-04-12 Jihoon Lee[IniInterpreter] Add ini backbone deserialization
2021-04-09 jijoong.moon[ TIME DIST ] Add skeleton Code for Time Distribution...
2021-04-08 jijoong.moon[ LSTM ] Layer forwarding implementation
2021-04-02 Parichay Kapoor[layer] Update layer cpp API
2021-03-19 jijoong.moon[ RNN ] Add Skeleton Code for RNNLayer
2021-03-16 Jihoon Lee[AppContext] Remove throw regular path
2021-03-16 Jihoon Lee[loader] Change semantics of path in ini
2021-03-05 jijoong.moon[ Layer ] Add Skeleton for Embedding Layer accepted/tizen/unified/20210308.132526 submit/tizen/20210308.024729
2021-03-05 Jihoon Lee[Chore] Move resource path
2021-03-05 Jihoon Lee[AppContext] Default Path loader
2021-03-02 Jihoon Lee[AppContext] Add register plugin function
2021-02-04 Parichay Kapoor[app_context] Resolve build issue with gcc5
2021-02-01 Jihoon Lee[Fix] Resolve static init order fiasco
2021-02-01 Jihoon Lee[CAPI/acr] Update tizen capi
2020-11-30 Jihoon Lee[Layer] Add built-in ops to the context
2020-11-30 Jihoon Lee[AppContext] Register Default ops at the begining
2020-11-27 Jihoon Lee[AppContext] Add registerer,invoke factory methods
2020-11-15 Jihoon Lee[AppContext] Add AppContext