Example #1
0
 def configure(self, config):
     config['LM'][0]['AGs'] = {
         'logical_depth':
         config['LM'][0]['bound'] - config['LM'][0]['base'] + 1
     }
     config['LM'][0]['AGs'].update(config['shape_mapping_info'].copy())
     nnsimSmartBuffer.configure(self, config)
Example #2
0
 def configure(self, config):
     config['LM'][0]['AGs'] = deepcopy(config['shape_mapping_info'])
     nnsimSmartBuffer.configure(self, config)