[props] Extract connection
[platform/core/ml/nntrainer.git] / jni / Android.mk
2021-12-03 Jihoon Lee[props] Extract connection
2021-12-02 Parichay Kapoor[layer] Unittests for reduce mean layer
2021-12-01 Parichay Kapoor[tensor] Support batched dot operation
2021-12-01 Jihoon Lee[KLD loss] kld loss scaffolding
2021-12-01 Jihoon Lee[Realizer] Implement activation realizer
2021-12-01 Jihoon Lee[Multiout/trivial] Add scaffolding for mo realizer
2021-11-29 Jihoon Lee[nn] Apply previous input realizer
2021-11-25 hyeonseok lee[unittest] Implement grucell unittest
2021-11-10 hyeonseok lee[rnncell] Implement rnncell
2021-10-26 Jihoon Lee[Android] Unlink ml-api-inference module
2021-10-26 Parichay Kapoor[layer] Bug fix for LSTMCell
2021-10-26 Jihoon Lee[Android] Remove bfd linker
2021-10-25 Parichay Kapoor[build] Add openmp dependency for improved performance
2021-10-20 Parichay Kapoor[layer] Support reshape layer
2021-10-18 Jihoon Lee[Realizer] Implement input realizer
2021-10-18 Jihoon Lee[Realizer] Implement slice realizer
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[Graph/recurrent] Add concept of realizer
2021-10-07 Jihoon Lee[Layer] Add constant derivative layer
2021-10-06 Parichay Kapoor[layer] Add backwarding for attention layer
2021-10-05 Parichay Kapoor[graph/manager] Enable memory v1 optimizations
2021-09-30 Parichay Kapoor[Manager] Use TensorPool for Gradients
2021-09-28 Parichay Kapoor[manager] Use memory pool for weights
2021-09-15 hyeonseok lee[util] Remove parse_util.h
2021-09-07 Jihoon Lee[ini] Prepare model properties
2021-08-27 Jihoon Lee[Cleanup] Cleanup unused parts from datasets
2021-08-26 Jihoon Lee[Dataset] Add Iteration Object
2021-08-26 Jihoon Lee[CAPI] Expose l2norm layer
2021-08-23 Jihoon Lee[CAPI] Open centroid KNN
2021-08-10 Jihoon Lee[Dataset] Remove unused part from refactoring
2021-08-06 hyeonseok lee[tensordim] move implementation to source file
2021-08-05 Parichay Kapoor[layer] Update layer.h setProperty interface
2021-08-03 Jihoon Lee[Dataset] Add thread safe queue for the buffer
2021-08-03 Parichay Kapoor[weight/var_grad] Remove exposure of weight/var_grad
2021-08-03 Jihoon Lee[dataset] Add file producer
2021-07-29 jijoong.moon[ Layer ] Change OutputLayer to MultiOutLayer
2021-07-28 Jihoon Lee[Dataset] Add callback generator
2021-07-26 jijoong.moon[ Fix ] Fix android build error with meson
2021-07-22 Parichay Kapoor[LayerV1] Delete for LayerV1
2021-07-22 Parichay Kapoor[layer] Cleanup layer_factory
2021-07-22 Parichay Kapoor[layerV2] Update build for Layerv2
2021-07-21 jijoong.moon[ Layer ] implementation of DropOut Layer
2021-07-13 Jihoon Lee[CAPI] Add ml_train_model_get_input|output_dims
2021-06-17 jijoong.moon[ GRU ] Skeleton Code for GRU
2021-06-15 Jihoon Lee[C++17] Bump base version to c++17
2021-06-11 Parichay Kapoor[api] Added api dependency in pc files
2021-06-08 Jihoon Lee[Layer] Add permute layer scaffolding
2021-06-08 Jihoon Lee[Refactor] Delegate tfNode creation to exporter
2021-06-07 Jihoon Lee[Tflite] Separate `tfopnode`
2021-06-01 Parichay Kapoor[split/test] Added unittests for split layer
2021-05-26 Parichay Kapoor[graph] Migrate to graph core
2021-05-24 Jihoon Lee[Props] Add Name validator and unittest
2021-05-18 Parichay Kapoor[android] Fix android build
2021-05-13 Parichay Kapoor[graph] Update graph node
2021-05-11 Jihoon Lee[Props] Separate base_propeties to a source
2021-05-10 Jihoon Lee[Skeleton] Add Tflite interpreter skeleton
2021-04-28 Jihoon Lee[Exporter] Add exporter test to prop test
2021-04-28 Jihoon Lee[Exporter] Add string vector exporter
2021-04-27 Jihoon Lee[Android/mk] Fix includes
2021-04-27 Jihoon Lee[Serializer] Add exporter to export node
2021-04-22 Jihoon Lee[Android] Fix android build
2021-04-16 Jihoon Lee[Ini] Propose ini wrapper
2021-04-09 Jihoon Lee[Ini] Implement ini deserializer
2021-04-09 jijoong.moon[ TIME DIST ] Add skeleton Code for Time Distribution...
2021-04-07 Jihoon Lee[Compiler] Alternate GraphRepresentation
2021-04-07 Jihoon Lee[Compiler/skeleton] Set up compiler source files
2021-04-02 Parichay Kapoor[c-api] c-api depends only on cc-api
2021-04-01 jijoong.moon[ LSTM ] Add Skeleton LSTM Layer Class
2021-03-26 Parichay Kapoor[optimizer] Refactor optimizers accepted/tizen/unified/20210329.145055 submit/tizen/20210326.073159
2021-03-25 jijoong.moon[ ActFunc ] Separate Activation Function from Activatio...
2021-03-19 jijoong.moon[ RNN ] Add Skeleton Code for RNNLayer
2021-03-05 jijoong.moon[ Layer ] Add Skeleton for Embedding Layer accepted/tizen/unified/20210308.132526 submit/tizen/20210308.024729
2021-02-04 jijoong.moon[ ANDROID ] change the tflite version
2021-01-25 Parichay Kapoor[data augmentation] support for random translate
2021-01-25 Parichay Kapoor[data augmentation] Support for random flip
2021-01-25 Parichay Kapoor[dynamic-training] Add dynamic training using derivatives
2020-12-24 Jihoon Lee[Android] Manage ndk to deal with changes
2020-12-15 Jihoon Lee[Test] Add profiler test
2020-12-11 Jihoon Lee[Android] Integrate openblas into android
2020-12-09 Jihoon Lee[ndk] Add enable profile flag
2020-12-08 Jihoon Lee[Meson] Add ndk-build to be part of ndk build
2020-12-07 Parichay Kapoor[manager] Share gradient memory for all layer
2020-11-27 Jihoon Lee[Deps] Remove openmp dependency
2020-11-27 Parichay Kapoor[var_grad] Add var_grad for input/output lists
2020-11-26 jijoong.moon[ GRAPH ] Split initilization & Assign Memory
2020-11-26 jijoong.moon[ Graph ] Neural Network Graph
2020-11-16 Jihoon Lee[Model] Apply appcontext
2020-11-09 jijoong.moon[ Layer ] Add Output Layer to support multiple output
2020-11-06 Parichay Kapoor[debian/dist] Updated debian packaging of files
2020-11-06 Parichay Kapoor[restructure] Restructure the core files
2020-11-05 Parichay KapoorUpdate application to use backbone
2020-11-02 jijoong.moon[ Layer ] Add Concat Layer
2020-10-26 Parichay Kapoor[layer/optimizer] Bugfix for variadic templates
2020-10-23 Parichay Kapoor[app] MNIST application with cc api
2020-10-23 Parichay Kapoor[ccapi] Initial draft for c++ API
2020-10-13 Parichay Kapoor[optimizer] Refactor optimizer
2020-09-28 Parichay Kapoor[weight] weight class to simplify headers
2020-09-23 Parichay Kapoor[Android] Add building of C-API
next