Module Owl_symbolic_ops_generator.Variable

type t = {
mutable name : string;
mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
mutable dtype : Owl_symbolic_types.number_type;
mutable shape : int array;
mutable out_shape : int array option array;
mutable init : Owl_symbolic_types.tensor option;
}
val op_type : string
val create : ?⁠dtype:Owl_symbolic_types.number_type -> ?⁠shape:int array -> ?⁠init:Owl_symbolic_types.tensor -> string -> t