def test_StringToNumber(self): t = tf.string_to_number(list("0123456789")) self.check(t) # # shapes and shaping #