def test_Svd(self): t = tf.svd(self.random(4, 5, 3, 2).astype("float32")) self.check(t, ndigits=4, abs=True) # # complex number ops #