= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package owl-symbolic
-
owl-symbolic
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
mutable name : string;
mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
mutable value : int;
mutable out_shape : int array option array;
mutable dtype : Owl_symbolic_types.number_type;
}
val create : ?name:string -> ?dtype:Owl_symbolic_types.number_type -> int -> t