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