[props] Extract connection
[platform/core/ml/nntrainer.git] / nntrainer / layers / layer_node.h
2021-12-03 Jihoon Lee[props] Extract connection
2021-12-01 Parichay Kapoor[graph/manager] Extend gradient execution for clipping
2021-12-01 Parichay Kapoor[layernode] Add property clip gradient by norm
2021-12-01 Jihoon Lee[Clean] Remove unused function
2021-12-01 Jihoon Lee[Remap] Introduce remapping only identifiers
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-29 Parichay Kapoor[test] Enable layer node test
2021-11-11 Parichay Kapoor[layer] Add modes to inplace layer execution
2021-11-03 Parichay Kapoor[graph] Allocate memory based on which node runs
2021-11-03 Parichay Kapoor[graph] Skip backwarding bug fix
2021-10-26 Jihoon Lee[Trivial] Add override to functions
2021-10-18 Parichay Kapoor[in-place] Support in-place activation
2021-10-14 Jihoon Lee[LayerNode] Add cloneConfiguration function
2021-10-14 Jihoon Lee[Realizer] Implement remap realizer
2021-10-07 Jihoon Lee[Property] Add shared_from key to the layer node
2021-10-07 Jihoon Lee[Recurrent] Add zero grad / delegate apply gradient
2021-09-30 Parichay Kapoor[fix] Rebase fix
2021-09-30 Parichay Kapoor[Manager] Use TensorPool for Gradients
2021-09-28 Jihoon Lee[Profiler] Enable profiler with fine grained profile
2021-09-10 Jihoon Lee[Props] Implement activation property
2021-09-09 Jihoon Lee[Ini Save] input shape property
2021-09-09 Jihoon Lee[LayerNode] Change context to be RAII
2021-09-09 Jihoon Lee[ini] Implement input layers property
2021-08-27 Jihoon Lee[Save] Prepare to save ini
2021-08-20 Parichay Kapoor[context/graph] Catch lifespan + 3-way execution order
2021-08-20 Parichay Kapoor[manager] Set the default usage timestamp for tensors
2021-08-17 Parichay Kapoor[graph] Update check for input node
2021-08-17 Parichay Kapoor[graphnode] Remove index from graph node
2021-08-05 Parichay Kapoor[layer] Update layer.h setProperty interface
2021-08-03 Parichay Kapoor[weight/var_grad] Remove exposure of weight/var_grad
2021-08-03 Parichay Kapoor[loss] BugFix for regularization loss
2021-07-23 hyeonseok lee[Fix] Initialize member variable
2021-07-22 hyeonseok lee[network_graph] revise addlosslayer for multi output
2021-07-22 Parichay Kapoor[coverity] Fixes realtd to coverity
2021-07-22 Parichay Kapoor[LayerV1] Delete for LayerV1
2021-07-22 Parichay Kapoor[layernode] Add print functionality to LayerNode
2021-07-22 Parichay Kapoor[layer] Enable time dist layer for V2
2021-07-22 Parichay Kapoor[layernode] Remove LayerNode dependence on LayerV1
2021-07-22 Parichay Kapoor[unittest] Enable graph unittests
2021-07-22 Parichay Kapoor[layer] Update multiout layer for V2
2021-07-22 Parichay Kapoor[batchnorm] Update to LayerV2
2021-07-22 Parichay Kapoor[layercontext] Add unsafe methods
2021-07-22 Parichay Kapoor[layernode] Update getNumInputs/Outputs
2021-07-22 Parichay Kapoor[unittest] Enable models unittests
2021-07-22 Parichay Kapoor[test] Enable modelfile unittest
2021-07-22 Parichay Kapoor[layer] Cleanup layer_factory
2021-07-22 Parichay Kapoor[losslayer] Update loss layer with LayerV2 design
2021-07-22 Parichay Kapoor[layernode] Maintain input_dim with LayerContext
2021-07-22 Parichay Kapoor[layerV2] Update build for Layerv2
2021-07-22 Parichay Kapoor[layer/optimizer] Reduce usage of getObject() for optimizer
2021-07-22 Parichay Kapoor[layernode] Update throw to retval in setProperty
2021-07-22 Parichay Kapoor[layer] Update getTrainable with supportBackwarding
2021-07-22 Parichay Kapoor[layernode] Move actiovation to LayerNode
2021-07-22 Parichay Kapoor[LayerImpl] Add weight/bias properties to LayerImpl
2021-07-22 Parichay Kapoor[layernode] Move loss to layer node
2021-07-22 Parichay Kapoor[layer context] Add interfaces for setBatch
2021-07-22 Parichay Kapoor[layernode] Layer interfaces support in LayerNode
2021-06-23 Jihoon Lee[LayerNode] Change flatten and distribute to prop
2021-06-23 hyeonseok lee[Optimizer] Implement getOptimizerVariableDim
2021-06-23 Jihoon Lee[LayerNode] Add layer(devel) to the node
2021-06-23 Parichay Kapoor[networkgraph] Network graph updated for Layer V2
2021-06-23 hyeonseok lee[layer-internal] refactoring weight, input, output...
2021-06-23 Parichay Kapoor[graph] Support creating RunLayerContext
2021-06-23 Jihoon Lee[Props] Add concept of empty to property
2021-06-23 hyeonseok lee[layer-internal] refactoring getInputDimension getOutpu...
2021-06-23 Parichay Kapoor[graph] Remove non-const iterators
2021-06-23 Parichay Kapoor[graph] Make adjacency list lazily
2021-06-23 hyeonseok lee[layer_internal] refactoring read, save
2021-06-23 Parichay Kapoor[context] Layer context creation scaffolding
2021-06-17 Jihoon Lee[Props] Add concept of empty to property
2021-06-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-15 Parichay Kapoor[layer] Move name to LayerNode
2021-06-15 Parichay Kapoor[layer context] Propose layer context and layer_devel
2021-06-11 Parichay Kapoor[interpreter] Updated export_to usage with LayerNode
2021-06-11 Parichay Kapoor[layerNode] Refactor get/set number of inputs/outputs
2021-06-11 Parichay Kapoor[layer/node] Move input/output layers to LayerNode
2021-06-09 Parichay Kapoor[layer] Move distribute to LayerNode
2021-06-08 Parichay Kapoor[layer] Move flatten property to layerNode
2021-05-27 Jihoon Lee[LayerNode] Add print function
2021-05-26 Parichay Kapoor[graph] Migrate to graph core
2021-05-18 Parichay Kapoor[graph] Add graph core class
2021-05-13 Parichay Kapoor[graph] Bug fix for addLossLayer
2021-05-13 Parichay Kapoor[graph] Update graph node
2021-04-29 Jihoon Lee[Fix] Reorder error in layernode
2021-04-29 hyeonseok leeHandle Undecieded issue
2021-04-28 Juyeong Lee[Docs] Fix doxygen
2021-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-04-13 Parichay Kapoor[graph] Add node the graph of layers