onnx
/
org.jetbrains.kotlinx.dl.onnx.inference
/
OrtSessionResultConversions
/
getByteArray
common
get
Byte
Array
fun
<ERROR CLASS>
.
getByteArray
(index:
Int
):
ByteArray
Content copied to clipboard
Returns the output at
index
as a
ByteArray
.
fun
<ERROR CLASS>
.
getByteArray
(name:
String
):
ByteArray
Content copied to clipboard
Returns the output by
name
as a
ByteArray
.