Module Owl_symbolic_ops_math.Add
type t={mutable name : string;mutable input : string array;mutable attrs : (string * Owl_symbolic_types.attrvalue) array;mutable out_shape : int array option array;}
val op_type : stringval create : ?name:string -> string -> string -> t