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-4.0.tbz
sha256=58ba1e38721795b306c860b56aaeba971be586cd55fb96e3ec8af72dd005101b
sha512=f1b3b9899660745598cebe7ecb52a39e9e16dcb7352381ea75a80d2afa988437130c00bf66355991421d4cb3dc06b02c185f7d4bdcc1c86dfcde8084bd01a654

doc/caisar.nir/Nir/Shape/index.html

Module Nir.ShapeSource

Sourcetype t
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_array : t -> int array
Sourceval of_array : int array -> t
Sourceval to_list : t -> int list
Sourceval of_list : int list -> t
Sourceval rank : t -> int
Sourceval size : t -> int
Sourceval get : t -> int -> int
Sourceval set : t -> int -> int -> t
Sourceval row_major : t -> int array -> int
Sourceval unrow_major : t -> int -> int array
Sourceval to_array_unsafe : t -> int array
Sourceval remove_row : t -> int -> t

remove_row [|d0;...;dk|] i is the shape |d0;...;d(i-1);d(i+1),...,dk|.

OCaml

Innovation. Community. Security.