Idris2Doc : Compiler.LiteralRW

Compiler.LiteralRW

For internal spidr use only.

Reexports

importpublic Compiler.Xla.Literal

Definitions

interfaceLiteralRW : Type->Type->Type
Parameters: dtype, ty
Constraints: Primitive dtype
Methods:
set : Literal->ListNat->ShapeIndex->ty->IO ()
get : Literal->ListNat->ShapeIndex->ty

Implementations:
LiteralRWPREDBool
LiteralRWF64Double
LiteralRWS32Int32
LiteralRWU32Nat
LiteralRWU64Nat
set : LiteralRWdtypety=>Literal->ListNat->ShapeIndex->ty->IO ()
Totality: total
Visibility: public export
get : LiteralRWdtypety=>Literal->ListNat->ShapeIndex->ty
Totality: total
Visibility: public export
write : HasIOio=>LiteralRWdtypea=>ListNat->Literalshapea->ioLiteral
Totality: total
Visibility: export
read : HasIOio=>LiteralRWdtypea=>ListNat->Literal->io (Literalshapea)
Totality: total
Visibility: export