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