APIs
from dataclasses import dataclass from .TBaseLayer import TBaseLayer [docs] @dataclass class TPermuteLayer(TBaseLayer): dims: tuple[int, ...]