From 7fb8fa1826812c305cfcc64e3df256f408fea5a0 Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Wed, 29 Sep 2021 17:26:45 -0700 Subject: Remove duplicate output tensor in cond_if_binary test Signed-off-by: Kevin Cheng Change-Id: Ic0c4bd1a55c6782aeacb77163a3a093edb86d437 --- verif/tosa_test_gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/verif/tosa_test_gen.py b/verif/tosa_test_gen.py index 4aa42da..7b71cf4 100644 --- a/verif/tosa_test_gen.py +++ b/verif/tosa_test_gen.py @@ -2164,7 +2164,6 @@ class TosaTestGen: cond_tens = self.ser.addConst([], DType.BOOL, [cond]) result_tens = self.ser.addOutput(a.shape, a.dtype) - self.ser.currBasicBlock.addOutput(result_tens.name) # Create the attribute with the names of the then/else blocks then_block = "THEN_BLOCK" -- cgit v1.2.1