Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable name : string;
  2. mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
  3. mutable real : float;
  4. mutable img : float;
  5. mutable out_shape : int array option array;
}
val op_type : string
val create : ?name:string -> float -> float -> t