get2DFloatArray

fun <ERROR CLASS>.get2DFloatArray(name: String): Array<FloatArray>

Returns the output by name as an Array. This operation could be slow for high dimensional tensors, in which case getFloatArray should be used.

fun <ERROR CLASS>.get2DFloatArray(index: Int): Array<FloatArray>

Returns the output at index as an Array. This operation could be slow for high dimensional tensors, in which case getFloatArray should be used.