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