[Graph/recurrent] Add concept of realizer
[platform/core/ml/nntrainer.git] / jni /
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-27 Jihoon Lee[Android] Fix undefined definition
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
2020-09-03 jijoong.moon[ UTIL ] Add BLAS Interface
2020-08-31 Parichay Kapoor[Layer] Add support for element-wise add layer
2020-08-21 Parichay Kapoor[config] Separate loading model with config from neural...
2020-07-16 Parichay Kapoor[common-api] Add common api header
2020-07-16 Parichay Kapoor[API] Update C-API dataset handling
2020-07-15 Parichay Kapoor[error code] Common error codes re-define issue
2020-07-06 Parichay Kapoor[ini] update ini bias init and flatten as feature
2020-06-19 Jihoon LeeSeparate activation to layer
2020-06-17 Parichay Kapoor[layer] Added loss layer
2020-06-16 Jihoon LeeOptimize optimzer::calculate
2020-06-15 jijoong.moon[ Pooling2D ] Pooling 2D Layer
2020-06-12 Jihoon LeeAdd openmp parellelism to l2norm()
2020-06-12 Jihoon LeeOptimizing concept for Tensor operation
2020-06-08 jijoong.moon[ Layer ] Draft of Conv2D Layer
2020-05-22 jijoong.moonSplit Tensor Dim Class from Tensor
2020-05-14 Sangjung Woo[Layer] Refactoring Layers class
2020-05-08 jijoong.moon[API] Set Property API for Neural Network Layer
2020-04-27 jijoong.moonSplit files for DataBufferFromFile & DataBufferformCallback
next