31 : _tensor_reg{tensor_reg}, _dynamic_tensor_mgr{new
DynamicTensorManager(_tensor_reg->base_reg())},
32 _static_tensor_mgr{new basic::StaticTensorManager(
33 _tensor_reg->base_reg(), _dynamic_tensor_mgr.get(), ir::OperandIndexMap<ir::OperandIndex>{})}
56 if (_tensor_info_map.find(ind) == _tensor_info_map.end())
59 const auto &tensor_info = _tensor_info_map.at(ind);
61 if (!nativeOwnTensorAt(ind)->is_dynamic())
63 const auto size = tensor_info.total_size();
64 _static_tensor_mgr->claimPlan(ind,
size);