Source code for elasticai.creator.base_modules.tanh

import torch


[docs] class Tanh(torch.nn.Tanh): def __init__(self) -> None: super().__init__()