APIs
from dataclasses import dataclass from .TConvLayer import TConvLayer [docs] @dataclass class TConv1DLayer(TConvLayer): padding: tuple[int, int]