KEEP / basicsr /ops /fused_act /__init__.py
rcfeng's picture
load from git
135075d
raw
history blame contribute delete
106 Bytes
from .fused_act import FusedLeakyReLU, fused_leaky_relu
__all__ = ['FusedLeakyReLU', 'fused_leaky_relu']