APIs
from dataclasses import dataclass from .TBaseLayer import TBaseLayer [docs] @dataclass class TDropoutLayer(TBaseLayer): p: float