package caisar

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caisar-5.0.tbz
sha256=05024c094f68b82873f2c99c89d4f196049ac63b7d1d4f68ae1a1e3b08de7342
sha512=a26c724a19fca7c22a000367d1cd79c1e0474f373bf7265449928e55275ac44103190536dc8c76f5ac00a2a1897c3bd2ee06bb6f22140165079b72a27011e6df

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|.