Module Owl_symbolic_ops_generator.Complex
type t={mutable name : string;mutable attrs : (string * Owl_symbolic_types.attrvalue) array;mutable real : float;mutable img : float;mutable out_shape : int array option array;}
val op_type : stringval create : ?name:string -> float -> float -> t