You can search for identifiers within the package.
in-package search v0.2.0
module G = Ir.Nier_cfg.NierCFGFloat
type t = private {
n_inputs : int;
Number of inputs.
n_outputs : int;
Number of outputs.
nier : (G.t, string) Result.t;
Intermediate representation.
}
ONNX model metadata and intermediate representation.
val parse : string -> (t, string) Result.t
Parse an ONNX file.