qualia_codegen_core.graph.layers.TZeroPaddingLayer module

class qualia_codegen_core.graph.layers.TZeroPaddingLayer.TZeroPaddingLayer(input_shape: qualia_codegen_core.typing.Shapes, output_shape: qualia_codegen_core.typing.Shapes, output_dtype: qualia_codegen_core.typing.DTypes, name: str, padding: 'int | tuple[int, int]')[source]

Bases: TBaseLayer

padding: int | tuple[int, int]
input_shape: Shapes
output_shape: Shapes
output_dtype: DTypes
name: str