Revert reversion of TensorFlow 2.9 update

With the errors caused by the previous TensorFlow 2.9 update
being fixed, we can proceed with the upgrade.

Signed-off-by: erik.andersson@arm.com <erik.andersson@arm.com>
Change-Id: Ie1f025e8d984efaebc68b8d051126d49bee6b2b8
diff --git a/ethosu/vela/operation.py b/ethosu/vela/operation.py
index 1a34d0e..47f4fe0 100644
--- a/ethosu/vela/operation.py
+++ b/ethosu/vela/operation.py
@@ -241,6 +241,7 @@
     Rank = OperatorInfo()
     ReduceSum = OperatorInfo(block_type=NpuBlockType.ReduceSum, indices=NNG_IFM_INDICES)
     Relu = OperatorInfo(indices=NNG_IFM_INDICES)
+    Relu0To1 = OperatorInfo(indices=NNG_IFM_INDICES)
     Relu6 = OperatorInfo(indices=NNG_IFM_INDICES)
     ReluN1To1 = OperatorInfo(indices=NNG_IFM_INDICES)
     ReluN = OperatorInfo(indices=NNG_IFM_INDICES)  # TOSA specific
@@ -320,6 +321,7 @@
     Multinomial = OperatorInfo()
     Gelu = OperatorInfo()
     DynamicUpdateSlice = OperatorInfo()
+    UnsortedSegmentProd = OperatorInfo()
 
     @property
     def info(self):