Module Owl_symbolic_ops_generator.Float

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