skip.py 174 Bytes
Newer Older
maming's avatar
maming committed
1
2
3
4
5
6
# Copyright (c) 2025, NVIDIA CORPORATION.
# SPDX-License-Identifier: BSD-3-Clause


class SkipSample(Exception):
    """Exception to raise in the map_fn to skip a sample."""