Module Owl_symbolic_ops_nn.InstanceNorm
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 eps : float;}
val op_type : stringval create : ?name:string -> ?eps:float -> string -> string -> string -> t