= 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 input : string array;
mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
mutable out_shape : int array option array;
mutable axis : int;
mutable keepdims : bool;
mutable split_scalar : int option;
mutable split_array : int array option;
}
val create :
?name:string ->
?axis:int ->
?keepdims:bool ->
?split_scalar:int ->
?split_array:int array ->
string array ->
t