[onert] Remove DynamicTensorMan from DynAllocInfo (#3903)
authorHanjoung Lee <hanjoung.lee@samsung.com>
Fri, 21 Aug 2020 07:07:34 +0000 (16:07 +0900)
committerGitHub <noreply@github.com>
Fri, 21 Aug 2020 07:07:34 +0000 (16:07 +0900)
commitbf7ff0d571e7a0abda4a4498a8e56fded1b75e32
treea7348e2563f08d6f83a5aabf46f34964b0c75335
parentc03a487fc5cdd9d3cb928e8c11f0b5b25c71c44e
[onert] Remove DynamicTensorMan from DynAllocInfo (#3903)

Now that there is this method `ITensor::dynamic_tensor_manager`, no need
to have `DynamicTensorManager` in `DynAllocInfo`.

% Eventually `DynAllocInfo` will be removed.

ONE-DCO-1.0-Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtime/onert/core/include/exec/IExecutor.h
runtime/onert/core/src/backend/controlflow/KernelGenerator.cc
runtime/onert/core/src/backend/controlflow/kernel/PermuteLayer.cc
runtime/onert/core/src/exec/ExecutorBase.cc