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