package caisar

  1. Overview
  2. Docs
A platform for characterizing the safety and robustness of artificial intelligence based software

Install

Dune Dependency

Authors

Maintainers

Sources

caisar-1.0.tbz
sha256=cd24b647565aaa4bb82d46c195c692d56ba0ad4b39bc86ef6baaf2d7a08c92a5
sha512=073761d95d6d8f6eb6f687643054297eb47db5d5bdc3a72ba42bf1509ab76415d485f536e5e42c11bd59c972ab7ad72e398d19af6e74c4f0778f28ef5bf4935e

doc/caisar.onnx/Onnx/index.html

Module OnnxSource

Sourcetype t = private {
  1. n_inputs : int;
    (*

    Number of inputs.

    *)
  2. n_outputs : int;
    (*

    Number of outputs.

    *)
  3. nier : (G.t, string) Result.t;
    (*

    Intermediate representation.

    *)
}

ONNX model metadata and intermediate representation.

Sourceval parse : string -> (t, string) Result.t

Parse an ONNX file.

OCaml

Innovation. Community. Security.