zhiqing0205
Add core libraries: anomalib, dinov2, open_clip_local
3de7bf6
"""Neural network layers."""
# Copyright (C) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
from .sspcab import SSPCAB
__all__ = ["SSPCAB"]