def _NewShapelessTensor(self): tensor = tf.placeholder(tf.complex64) self.assertEqual(tensor_shape.unknown_shape(), tensor.get_shape()) return tensor