Module Owl_symbolic_ops_nn.BatchNormalization
type t={mutable name : string;mutable input : string array;mutable output : string array;mutable attrs : (string * Owl_symbolic_types.attrvalue) array;mutable out_shape : int array option array;mutable epsilon : float;mutable momentum : float;}
val op_type : stringval create : ?output:string array -> ?name:string -> ?eps:float -> ?momentum:float -> string -> string -> string -> string -> string -> t