// SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.// SPDX-License-Identifier: Apache-2.0/// The global namespace for all modelspubconstGLOBAL_NAMESPACE:&str="dynamo";pubfnis_global_namespace(namespace:&str)->bool{namespace==GLOBAL_NAMESPACE||namespace.is_empty()}