APIs
from dataclasses import dataclass from .TBaseLayer import TBaseLayer [docs] @dataclass class TFlattenLayer(TBaseLayer): pass