Skip to content

Commit ee62cc7

Browse files
authored
rm:TensorFlow - fix to 'L0_output_name'(TPRD-1278) (#8104)
1 parent 05edcc6 commit ee62cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/L0_output_name/output_name_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2019-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright (c) 2019-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -36,7 +36,7 @@
3636

3737
import grpc
3838

39-
_trials = ("graphdef", "libtorch", "onnx", "plan", "savedmodel")
39+
_trials = ("libtorch", "onnx", "plan")
4040

4141

4242
class OutputNameValidationTest(tu.TestResultCollector):

0 commit comments

Comments
 (0)