dmx.compressor.plugins.PluginLayerData
- class dmx.compressor.plugins.PluginLayerData(input_before_cast: torch.Tensor | List[torch.Tensor], input_after_cast: torch.Tensor | List[torch.Tensor], output_before_cast: torch.Tensor | List[torch.Tensor], output_after_cast: torch.Tensor | List[torch.Tensor], mod: 'DmxModule', args: List[Any], kwargs: Dict[str, Any])
- __init__(input_before_cast: Tensor | List[Tensor], input_after_cast: Tensor | List[Tensor], output_before_cast: Tensor | List[Tensor], output_after_cast: Tensor | List[Tensor], mod: DmxModule, args: List[Any], kwargs: Dict[str, Any]) None
Methods
__init__(input_before_cast, ...)Attributes