[Memory Planner] Update the Memory Planner
[platform/core/ml/nntrainer.git] / nntrainer / graph / graph_node.h
2023-04-04 jijoong.moon[Memory Planner] Update the Memory Planner
2023-02-23 Jiho Chu[Memory] Add apply gradient step
2021-11-30 Jihoon Lee[Node] replace output layer string -> connection
2021-09-09 Jihoon Lee[ini] Implement input layers property
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[graphnode] Remove index from graph node
2021-08-05 Parichay Kapoor[layer] Update layer.h setProperty interface
2021-07-22 hyeonseok lee[network_graph] revise addlosslayer for multi output
2021-06-23 Jihoon Lee[Layer] Add const to the layer::getName()
2021-06-23 Parichay Kapoor[graph] Remove non-const iterators
2021-06-23 Parichay Kapoor[graph] Graph iterator for sorted and unsorted
2021-06-23 Parichay Kapoor[graph] Make adjacency list lazily
2021-06-11 Jihoon Lee[Trivial] Change return -> retval
2021-06-09 Parichay Kapoor[layer] Move distribute to LayerNode
2021-05-26 Parichay Kapoor[graph] Add non-const iterators
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-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-04-13 Parichay Kapoor[Graph] Add interface for graph node