[tensorpool] Introducing TensorPool
authorParichay Kapoor <pk.kapoor@samsung.com>
Fri, 20 Aug 2021 07:40:16 +0000 (16:40 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 28 Sep 2021 04:29:40 +0000 (13:29 +0900)
commitef744426c5880e9ffe6e5bf72c37e62a54481a6d
tree61c6006a3f2daa3f3e7fe06afb8253cc058a8943
parentc2ff7dd838103e1e61de91a6287a4f10f0a1b69e
[tensorpool] Introducing TensorPool

This patch introduces TensorPool which manages the list of all the
tensors with their execution orders and lifespan.
The conversion of lifespan and execution orders to the validity will be
done by the TensorPool.
TensorPool forms the middle ground between memory pool and manager for
easier maintainance.

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
nntrainer/tensor/tensor_pool.h [new file with mode: 0644]