caisar.ir
NierCFGFloat.V
Vertices have type V.t and are labeled with type V.label (note that an implementation may identify the vertex with its label)
V.t
V.label
Vertices are COMPARABLE.
COMPARABLE
caisar.nnet
caisar.onnx
caisar.ovo
caisar.xgboost
type t = (Base.float, Bigarray.float64_elt) Node.t
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
Vertices are labeled.
type label = (Base.float, Bigarray.float64_elt) Node.t
val create : label -> t
val label : t -> label