owl-symbolic
  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable name : string;
  2. mutable input : string array;
  3. mutable output : string array;
  4. mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
  5. mutable out_shape : int array option array;
  6. mutable axis : int option;
  7. mutable sorted : bool;
}
val op_type : string
val create : ?name:string -> output:string array -> ?axis:int -> ?sorted:bool -> string -> t