27 : _tensor_reg{tensor_reg}, _dynamic_tensor_mgr{new
DynamicTensorManager(_tensor_reg->base_reg())},
28 _static_tensor_mgr{new basic::StaticTensorManager(
29 _tensor_reg->base_reg(), _dynamic_tensor_mgr.get(), ir::OperandIndexMap<ir::OperandIndex>{})}
52 if (_tensor_info_map.find(ind) == _tensor_info_map.end())
55 const auto &tensor_info = _tensor_info_map.at(ind);
57 if (!nativeOwnTensorAt(ind)->is_dynamic())
59 const auto size = tensor_info.total_size();
60 _static_tensor_mgr->claimPlan(ind,
size);