dmx.compressor.modeling.model.DmxTransformation

dmx.compressor.modeling.model.DmxTransformation

Methods

__init__([module_types, name_re, module_config])

apply_to(model_or_config)

A function that sets format of ops according to self.module_config for modules selected by self.module_types and self.name_rule on a model or DmxConfig

names_in(model_or_config)

Creates a list of module names where the modules are in self.module_types and the names match with self.name_rule.

alias of DmxConfigRule