qualia_codegen_core.graph.layers.TBaseLayer module

class qualia_codegen_core.graph.layers.TBaseLayer.TBaseLayer(input_shape: qualia_codegen_core.typing.Shapes, output_shape: qualia_codegen_core.typing.Shapes, output_dtype: qualia_codegen_core.typing.DTypes, name: str)[source]

Bases: ABC

input_shape: Shapes
output_shape: Shapes
output_dtype: DTypes
name: str
property weights: OrderedDict[str, ndarray[Any, dtype[floating[Any]]] | ndarray[Any, dtype[integer[Any]]]]