import public Compiler.Xla.Literalset : (dtype : DType) -> Literal -> Int64Array -> idrisType dtype -> IO ()get : (dtype : DType) -> Literal -> Int64Array -> idrisType dtypewrite : HasIO io => (dtype : DType) -> Literal shape (idrisType dtype) -> io Literalread : HasIO io => (dtype : DType) -> Literal -> io (Literal shape (idrisType dtype))