Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable name : string;
  2. mutable input : string array;
  3. mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
  4. mutable out_shape : int array option array;
  5. mutable axes : int array option;
  6. mutable starts : int array;
  7. mutable ends : int array;
  8. mutable steps : int array option;
}
val op_type : string
val create : ?name:string -> ?axes:int array -> ?steps:int array -> int array -> int array -> string -> t