[Memory Planner] Update the Memory Planner
[platform/core/ml/nntrainer.git] / nntrainer / graph / network_graph.h
2023-04-04 jijoong.moon[Memory Planner] Update the Memory Planner
2023-03-27 jijoong.moon[Execution Order] Set exectuion order properly for...
2023-03-17 jijoong.moon[ Tensor ] fix the dim type
2023-03-12 Jiho Chu[NEURALNET] Refine forwarding operation
2023-02-09 Jiho Chu[SWAP] Implement lookahead behavior
2022-12-09 SeoHyungjun[typo] Fix typo
2022-10-23 Jiho Chu[Tensor] Add constructor for user swap path
2022-10-14 hyeonseok lee[neuralnet] check stop_cb by every layer
2022-10-13 Jiho Chu[Property] Add memory_swap property
2022-06-13 hyeonseok lee[layer] fix typo
2022-01-19 Jihoon Lee[Network Graph] Split max_exec_order
2021-12-22 Parichay Kapoor[optimizer] no request vars for non-trainable weights
2021-12-03 Jihoon Lee[graph] implement setOutputConnections
2021-12-03 Jihoon Lee[nn] Apply input connection to compile/initialize
2021-12-01 Parichay Kapoor[model/graph] Clip the gradients and then apply
2021-12-01 Parichay Kapoor[model/graph] Skip apply gradients if it is to be clipped
2021-12-01 Parichay Kapoor[graph/manager] Extend gradient execution for clipping
2021-12-01 Jihoon Lee[Clean] Remove unused function
2021-12-01 Jihoon Lee[nn] Attach activation realizer
2021-12-01 Jihoon Lee[nn] Attach multiout realizer
2021-11-29 Jihoon Lee[Build] Use iosfwd instead of iostream
2021-11-29 Jihoon Lee[nn] Apply previous input realizer
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-25 Jihoon Lee[Optimizer] Prevent weight allocation for dependent...
2021-10-20 Parichay Kapoor[profile] Support profiling by layer type
2021-10-20 Parichay Kapoor[network/neuralnet] Move backwarding to network
2021-10-18 Parichay Kapoor[in-place] Support in-place activation
2021-10-15 Parichay Kapoor[network] Bug fix for trainable with supportBackwarding
2021-10-14 Parichay Kapoor[graph/model] Support for multi-label/input for the...
2021-10-13 Jihoon Lee[Realizer] Apply flatten realizer
2021-10-13 Jihoon Lee[inputs] remove multi input realization
2021-10-08 Jihoon Lee[Trivial] Add tensor dim constructor from array
2021-10-08 Jihoon Lee[graph] update getter of input/output dims
2021-10-08 Jihoon Lee[Graph] Identify model_input, model_label
2021-10-07 Jihoon Lee[WeightSharing] Remove zero grad
2021-10-07 Jihoon Lee[Recurrent] Add zero grad / delegate apply gradient
2021-10-06 Parichay Kapoor[in-place] Make input layer work in-place
2021-10-05 Parichay Kapoor[graph/manager] Enable memory v1 optimizations
2021-10-05 Parichay Kapoor[rebase] Add rebase fix
2021-10-05 Parichay Kapoor[resnet] Enable resnet application
2021-10-01 Parichay Kapoor[cleanup/fix] Cleanup + bugfix
2021-10-01 Parichay Kapoor[manager] Temporarily handle external tensors
2021-10-01 Parichay Kapoor[Manager] Manager to use TensorPool for all requests
2021-09-09 Jihoon Lee[LayerNode] Change context to be RAII
2021-09-07 Jihoon Lee[ini] Migrate to properties for model
2021-08-20 Parichay Kapoor[context/graph] Catch lifespan + 3-way execution order
2021-08-17 Parichay Kapoor[graph/neuralnet] Move manager from neuralnet to netgraph
2021-08-17 Parichay Kapoor[graphnode] Remove index from graph node
2021-07-22 Parichay Kapoor[layernode] Remove LayerNode dependence on LayerV1
2021-07-22 Parichay Kapoor[network] Loss support as a layer
2021-07-22 Parichay Kapoor[test] Enable modelfile unittest
2021-07-22 Parichay Kapoor[api/network] Update api/network for new losses
2021-07-22 Parichay Kapoor[network/neuralnet] Reduce dependence on LayerV1
2021-06-23 Parichay Kapoor[networkgraph] Network graph updated for Layer V2
2021-06-23 Parichay Kapoor[graph] Support creating RunLayerContext
2021-06-23 Parichay Kapoor[graph] Remove non-const iterators
2021-06-23 Parichay Kapoor[graph] Make adjacency list lazily
2021-06-23 Parichay Kapoor[context] Layer context creation scaffolding
2021-06-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-10 Parichay Kapoor[layer] Support inPlace() as an interface for the layer
2021-06-09 Parichay Kapoor[layer] Move distribute to LayerNode
2021-05-27 Jihoon Lee[Fix] Output layer setup correctly
2021-05-26 Parichay Kapoor[graph] Add non-const iterators
2021-05-26 Parichay Kapoor[graph] Graph cleanup getNodes()
2021-05-26 Parichay Kapoor[graph] Cleanup graph usage
2021-05-26 Parichay Kapoor[graph] Migrate to graph core
2021-05-18 Parichay Kapoor[graph] Add graph core class
2021-05-17 Jihoon Lee[TfLite] Implement TfOpIdxMap
2021-05-13 Parichay Kapoor[graph] Update graph node
2021-05-06 Jihoon Lee[IniSerializer] Add `serialize` to ini
2021-04-30 jijoong.moon[ TIME DIST ] Implement Initialization of Time Dist...
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] Implement Backwarding of TimeDist...
2021-04-30 jijoong.moon[ TIME DIST ] Implement Backwarding of TimeDistLayer
2021-04-28 Parichay Kapoor[graph] Update graph node
2021-04-12 Jihoon Lee[IniInterpreter] Add ini backbone deserialization
2021-04-07 Jihoon Lee[Compiler] Alternate GraphRepresentation
2021-04-01 Parichay Kapoor[graph] Remove graph edges after compile
2021-03-30 Parichay Kapoor[graph/ini] Support for default input_layers
2021-03-26 Parichay Kapoor[model-loader] Empty backbone now gives error
2021-03-26 Parichay Kapoor[graph] Bug fix for name update
2021-03-26 Parichay Kapoor[graph] Cleanup the graph
2021-03-26 Parichay Kapoor[graph] Add compiled status to graph
2021-03-26 Parichay Kapoor[graph] Bug fixes in layer realizations
2021-03-26 Parichay Kapoor[graph] Move compile to graph
2021-03-26 Parichay Kapoor[graph] Remove layers from graph
2021-03-17 Parichay Kapoor[all] remove friends
2021-03-16 Parichay Kapoor[graph] bug fix on layer names
2021-03-16 Parichay Kapoor[model] Move layers from model to graph
2021-03-15 Parichay Kapoor[layer] refactor num of inputs/outputs
2021-01-21 Jihoon Lee[Layer] Add eval mode for the training accepted/tizen/unified/20210122.084701 submit/tizen/20210122.000930
2020-12-30 Parichay Kapoor[model] Optimize model input/output
2020-12-28 Parichay Kapoor[activation] Making activation in-place
2020-12-28 Parichay Kapoor[layer] Move layer input/output management to manager
2020-12-24 Jihoon Lee[Profiler] Apply ops level profiler
2020-12-10 Parichay Kapoor[network] Rework the backwarding
2020-12-10 Parichay Kapoor[optimizer] Move optimizer out of layer
2020-12-07 Parichay Kapoor[manager] Added nntrainer manager for weights
2020-11-30 Parichay Kapoor[neuralnet] Skip backwarding for non-trainable layers
next