t.mark.parametrize(
"input, dtype, number",
[
(((5, 16, 23, 4), np.uint8, "NHWC"), np.int8, 2),
(((1, 160, 221, 2), np.uint8, "NHWC"), np.int8, 3),
(((1, 60, 1, 1), np.
| 1 | # SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 2 | # SPDX-License-Identifier: Apache-2.0 |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
nothing calls this directly
no outgoing calls
no test coverage detected