Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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) Stdlib.Result.t;
Intermediate representation.
*)}
ONNX model metadata and intermediate representation.
val parse : string -> (t, string) Stdlib.Result.t
Parse an ONNX file.