Idris2Doc : Compiler.Eval

Compiler.Eval

For internal spidr use only.

Definitions

dataErr : Type
Totality: total
Visibility: export
Constructors:
OutOfBounds : Nat->Nat->Err
ValueNotFound : Nat->Err
PjrtErr : PjrtError->Err

Hint: 
ShowErr
0ErrIO : Type->Type
Totality: total
Visibility: public export
execute : Device->Fn0->VectoutputsShape->ErrIO (VectoutputsLiteral)
  It is up to the caller to free the `Literal`s.

Visibility: export