# Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.## See LICENSE for license information."""Utils functions for the debug module."""defany_feature_enabled(quantizers):"""Returns True if at least one API call is made from DebugQuantizer."""returnany(q.any_feature_enabled()forqinquantizers)