qualia_codegen_core.graph.layers.TBaseLayer module

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

Bases: ABC

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