@@ -1785,8 +1785,6 @@ class ComplexVariable(object):
**Notes**:
**The constructor of ComplexTensor should not be invoked directly.**
**Only support dygraph mode at present. Please use** :ref:`api_fluid_dygraph_to_variable` **to create a dygraph ComplexTensor with complex number data.**
Args:
real (Tensor): The Tensor holding real-part data.
imag (Tensor): The Tensor holding imaginery-part data.
...
...
@@ -1795,14 +1793,14 @@ class ComplexVariable(object):