[SWAP] Add cache loader class
authorJiho Chu <jiho.chu@samsung.com>
Wed, 14 Dec 2022 05:55:46 +0000 (14:55 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 31 Jan 2023 11:27:17 +0000 (20:27 +0900)
commitd18cbf52d52c8775f19369871018644ea8e658f4
tree3178618ea38c70049049515e17ecadb7fbe58f82
parent0b1e00a5e364d607bbb2d8dbbb576e0a3e8ba197
[SWAP] Add cache loader class

This patch adds CacheLoader class.
It provides methods to load cache elements by execution order, and it
uses task executor to manage asynchronous loading.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
nntrainer/tensor/cache_loader.cpp [new file with mode: 0644]
nntrainer/tensor/cache_loader.h [new file with mode: 0644]
nntrainer/tensor/meson.build