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 attrs : (string * Owl_symbolic_types.attrvalue) array;
  4. mutable out_shape : int array option array;
  5. mutable alpha : float;
  6. mutable beta : float;
  7. mutable transA : bool;
  8. mutable transB : bool;
}
val op_type : string
val create : ?name:string -> ?alpha:float -> ?beta:float -> ?transA:bool -> ?transB:bool -> ?c:string -> string -> string -> t