Class Complex

Inheritance Relationships

Base Type

Class Documentation

class Complex : public mindspore::ops::PrimitiveC

Returns a complex Tensor from the real and imaginary part. Refer to Python API mindspore.ops.Complex for more details.

Public Functions

inline Complex()

Constructor.

~Complex() = default

Destructor.

inline void Init()

Init. Refer to the parameters of Python API mindspore.ops.Complex for the inputs.